Skip to content

Commit a87f7c5

Browse files
Update docker/build-push-action action to v6
1 parent 2cbe72e commit a87f7c5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
2020
- name: Build and push
2121
id: docker_build
22-
uses: docker/build-push-action@v5
22+
uses: docker/build-push-action@v6
2323
with:
2424
push: true
2525
tags: postmodern.alexdaniel.org/progarm-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/progarm-backend:latest' || '' }}
@@ -55,7 +55,7 @@ jobs:
5555
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
5656
- name: Build and push
5757
id: docker_build
58-
uses: docker/build-push-action@v5
58+
uses: docker/build-push-action@v6
5959
with:
6060
context: ./progarmfiles
6161
push: true

0 commit comments

Comments
 (0)