Skip to content

Commit 523e982

Browse files
Update docker/build-push-action digest to 83bfd93 (#516)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 139a40c commit 523e982

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# https://github.com/docker/build-push-action
5353
- name: Build and push Docker image
5454
id: build-and-push
55-
uses: docker/build-push-action@b66d8774c665b789105b440514f0c97e6f19b06f
55+
uses: docker/build-push-action@83bfd93ab480705a7b99a2ed02765137f5ab55ba
5656
with:
5757
context: .
5858
load: true

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
# https://github.com/docker/build-push-action
6464
- name: Build and push Docker image
6565
id: build-and-push
66-
uses: docker/build-push-action@b66d8774c665b789105b440514f0c97e6f19b06f
66+
uses: docker/build-push-action@83bfd93ab480705a7b99a2ed02765137f5ab55ba
6767
with:
6868
context: .
6969
push: true

0 commit comments

Comments
 (0)