We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cbe72e commit a87f7c5Copy full SHA for a87f7c5
.github/workflows/deploy.yaml
@@ -19,7 +19,7 @@ jobs:
19
password: ${{ secrets.DOCKER_REGISTRY_PASSWORD }}
20
- name: Build and push
21
id: docker_build
22
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
23
with:
24
push: true
25
tags: postmodern.alexdaniel.org/progarm-backend:${{ github.sha }} ${{ github.ref == 'refs/heads/main' && ', postmodern.alexdaniel.org/progarm-backend:latest' || '' }}
@@ -55,7 +55,7 @@ jobs:
55
56
57
58
59
60
context: ./progarmfiles
61
0 commit comments