aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/container_release4.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/container_release4.yml')
-rw-r--r--.github/workflows/container_release4.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/container_release4.yml b/.github/workflows/container_release4.yml
index 3472bf394..199652ad3 100644
--- a/.github/workflows/container_release4.yml
+++ b/.github/workflows/container_release4.yml
@@ -16,7 +16,7 @@ jobs:
steps:
-
name: Checkout
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v2
+ uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v2
-
name: Docker meta
id: docker_meta
@@ -37,7 +37,7 @@ jobs:
uses: docker/setup-qemu-action@2b82ce82d56a2a04d2637cd93a637ae1b359c0a7 # v1
-
name: Set up Docker Buildx
- uses: docker/setup-buildx-action@4c0219f9ac95b02789c1075625400b2acbff50b1 # v1
+ uses: docker/setup-buildx-action@885d1462b80bc1c1c7f0b00334ad271f09369c55 # v1
-
name: Login to Docker Hub
if: github.event_name != 'pull_request'
@@ -47,7 +47,7 @@ jobs:
password: ${{ secrets.DOCKER_PASSWORD }}
-
name: Build
- uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v2
+ uses: docker/build-push-action@0a97817b6ade9f46837855d676c4cca3a2471fc9 # v2
with:
context: ./docker
push: ${{ github.event_name != 'pull_request' }}