Skip to content

Commit ef6718d

Browse files
Update docker/build-push-action digest to 55146d9
1 parent bb2b8ec commit ef6718d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454

5555
- name: Build and Push Kubectl Docker image
5656
id: build-and-push
57-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
57+
uses: docker/build-push-action@55146d969b0dff1a5c12630229609757af5b1081
5858
with:
5959
context: samples/kubernetes/
6060
file: samples/kubernetes/DockerKubeHelmAlpine.docker
@@ -74,7 +74,7 @@ jobs:
7474

7575
- name: Build and Push PgClient Docker image
7676
id: build-and-push1
77-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
77+
uses: docker/build-push-action@55146d969b0dff1a5c12630229609757af5b1081
7878
with:
7979
context: samples/adhoc-examples/
8080
file: samples/adhoc-examples/DockerPgClient.docker
@@ -90,7 +90,7 @@ jobs:
9090

9191
- name: Build and Push AWS Docker image
9292
id: build-and-push2
93-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
93+
uses: docker/build-push-action@55146d969b0dff1a5c12630229609757af5b1081
9494
with:
9595
context: samples/aws/
9696
file: samples/aws/aws-cli-cdk.Dockerfile

.github/workflows/docker-push-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# https://github.com/docker/build-push-action
6161
- name: Build and Push Windows Docker image
6262
id: build-and-push
63-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83
63+
uses: docker/build-push-action@55146d969b0dff1a5c12630229609757af5b1081
6464
with:
6565
context: samples/adhoc-examples/
6666
file: samples/adhoc-examples/DockerWindows.docker

0 commit comments

Comments
 (0)