Compare commits

..

5 Commits

Author SHA1 Message Date
1d9dd73787 Update actions/checkout action to v6
All checks were successful
Deploy and Push Docker Image / BuildAndPush (push) Successful in 52s
2025-11-20 16:33:50 +00:00
1b203daac3 Merge pull request 'Update actions/checkout action to v5' (#3) from renovate/actions-checkout-5.x into main
All checks were successful
Deploy and Push Docker Image / BuildAndPush (push) Successful in 52s
Reviewed-on: #3
2025-11-20 13:52:38 +00:00
aeb8637de6 Merge pull request 'Update docker/build-push-action action to v6' (#4) from renovate/docker-build-push-action-6.x into main
Some checks failed
Deploy and Push Docker Image / BuildAndPush (push) Has been cancelled
Reviewed-on: #4
2025-11-20 13:52:33 +00:00
00d4bd5a6c Update docker/build-push-action action to v6
All checks were successful
Deploy and Push Docker Image / BuildAndPush (push) Successful in 2m14s
2025-11-20 13:41:22 +00:00
2268f301a8 Update actions/checkout action to v5
All checks were successful
Deploy and Push Docker Image / BuildAndPush (push) Successful in 52s
2025-11-20 13:41:20 +00:00

View File

@ -9,7 +9,7 @@ jobs:
- name: Set up Docker Buildx - name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3 uses: docker/setup-buildx-action@v3
- name: Check out repository code - name: Check out repository code
uses: actions/checkout@v3 uses: actions/checkout@v6
- name: Login to Docker Registry - name: Login to Docker Registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
@ -17,7 +17,7 @@ jobs:
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ secrets.REGISTRY_TOKEN}} password: ${{ secrets.REGISTRY_TOKEN}}
- name: Build and push - name: Build and push
uses: docker/build-push-action@v5 uses: docker/build-push-action@v6
with: with:
context: . context: .
file: build/Dockerfile file: build/Dockerfile