We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44e0642 commit cf62b9eCopy full SHA for cf62b9e
.github/workflows/production.yml
@@ -31,7 +31,7 @@ jobs:
31
username: traptitech
32
password: ${{ secrets.GITHUB_TOKEN }}
33
- name: Build and push
34
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
35
with:
36
context: .
37
push: true
.github/workflows/staging.yml
@@ -29,7 +29,7 @@ jobs:
29
30
0 commit comments