14
All checks were successful
ci / docker (push) Successful in 15s

This commit is contained in:
2025-11-06 21:40:22 +01:00
parent 276a3d572f
commit be16f32166

View File

@@ -3,11 +3,13 @@ run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
build:
runs-on: docker
docker:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Login
run: echo ${{ secrets.DOCKER_PASS }} | docker login -u ${{ secrets.DOCKER_USER }} --password-stdin
- name: Build and Push
run: docker buildx build . -t myrepo/myimage:${{ gitea.sha }} --push
- name: Kaniko build
uses: actions/checkout@master
with:
image: danthe/test
username: danthe
password: Secret666
registry: gitea.goroid.io