Skip to content

Commit a96f135

Browse files
authored
Merge pull request #29 from sandialabs/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 10dab28 + 14c4d02 commit a96f135

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/docker.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: checkout
1515
uses: actions/checkout@v4
1616
- name: build
17-
uses: docker/build-push-action@v5
17+
uses: docker/build-push-action@v6
1818
with:
1919
push: false
2020
tags: mrbuche/statmechcrack:test
@@ -30,7 +30,7 @@ jobs:
3030
username: mrbuche
3131
password: ${{ secrets.DOCKERHUB_TOKEN }}
3232
- name: build-push
33-
uses: docker/build-push-action@v5
33+
uses: docker/build-push-action@v6
3434
with:
3535
push: true
3636
tags: mrbuche/statmechcrack:latest
@@ -57,7 +57,7 @@ jobs:
5757
username: ${{ github.actor }}
5858
password: ${{ secrets.GITHUB_TOKEN }}
5959
- name: build-push
60-
uses: docker/build-push-action@v5
60+
uses: docker/build-push-action@v6
6161
with:
6262
push: true
6363
tags: |

0 commit comments

Comments
 (0)