Skip to content

Commit 41ad61a

Browse files
Update docker/build-push-action digest to 64c9b14 (#495)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 8428536 commit 41ad61a

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@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d
55+
uses: docker/build-push-action@64c9b141502b80dbbd71e008a0130ad330f480f8
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@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d
66+
uses: docker/build-push-action@64c9b141502b80dbbd71e008a0130ad330f480f8
6767
with:
6868
context: .
6969
push: true

0 commit comments

Comments
 (0)