Skip to content

Commit 9e621a5

Browse files
authored
Merge pull request #278 from ClimateImpactLab/dependabot/github_actions/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7
2 parents 503d09d + c691050 commit 9e621a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/container-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
username: ${{ github.actor }}
3232
password: ${{ secrets.GITHUB_TOKEN }}
3333
- name: Build and push
34-
uses: docker/build-push-action@v6
34+
uses: docker/build-push-action@v7
3535
with:
3636
context: .
3737
push: true

0 commit comments

Comments
 (0)