Skip to content

Commit 4ab7556

Browse files
authored
Merge pull request #42 from OpenNumismat/dependabot/github_actions/dot-github/workflows/docker/build-push-action-7
Bump docker/build-push-action from 6 to 7 in /.github/workflows
2 parents a205eba + 126959d commit 4ab7556

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
#type=semver,pattern={{major}}
9393
9494
- name: Build and push
95-
uses: docker/build-push-action@v6
95+
uses: docker/build-push-action@v7
9696
with:
9797
context: .
9898
push: true

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
#type=semver,pattern={{major}}
9494
9595
- name: Build and push
96-
uses: docker/build-push-action@v6
96+
uses: docker/build-push-action@v7
9797
with:
9898
context: .
9999
push: true

0 commit comments

Comments
 (0)