Skip to content

Commit fb477fe

Browse files
Merge pull request #26 from UnitVectorY-Labs/dependabot/github_actions/docker/build-push-action-7.1.0
Bump docker/build-push-action from 7.0.0 to 7.1.0
2 parents 48d19d3 + d987d60 commit fb477fe

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-build-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
echo "VERSION=${VERSION}" >> $GITHUB_ENV
5858
5959
- name: Build and push Docker image (single arch)
60-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
60+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
6161
with:
6262
context: .
6363
push: true

.github/workflows/release-docker-ghcr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
5151
- name: Build and push Docker image
5252
id: push
53-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
53+
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
5454
with:
5555
context: .
5656
push: true

0 commit comments

Comments
 (0)