Skip to content

Commit c4d9236

Browse files
authored
Merge pull request #49 from Scriptbash/dependabot/github_actions/docker/build-push-action-4.1.1
Bump docker/build-push-action from 2.5.0 to 4.1.1
2 parents 0fc2501 + 03a5663 commit c4d9236

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4848

4949
- name: Build and push Docker image
50-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
50+
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
5151
with:
5252
context: .
5353
push: true

.github/workflows/unstable_image.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
4646

4747
- name: Build and push Docker image to ghcr.io
48-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
48+
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825
4949
with:
5050
context: .
5151
push: true

0 commit comments

Comments
 (0)