We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 10dab28 + 14c4d02 commit a96f135Copy full SHA for a96f135
.github/workflows/docker.yml
@@ -14,7 +14,7 @@ jobs:
14
- name: checkout
15
uses: actions/checkout@v4
16
- name: build
17
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
18
with:
19
push: false
20
tags: mrbuche/statmechcrack:test
@@ -30,7 +30,7 @@ jobs:
30
username: mrbuche
31
password: ${{ secrets.DOCKERHUB_TOKEN }}
32
- name: build-push
33
34
35
push: true
36
tags: mrbuche/statmechcrack:latest
@@ -57,7 +57,7 @@ jobs:
57
username: ${{ github.actor }}
58
password: ${{ secrets.GITHUB_TOKEN }}
59
60
61
62
63
tags: |
0 commit comments