diff --git a/.github/workflows/docker-image.yml b/.github/workflows/docker-image.yml index c983a85..a654494 100644 --- a/.github/workflows/docker-image.yml +++ b/.github/workflows/docker-image.yml @@ -97,7 +97,7 @@ jobs: - name: Build and push Docker image to both registries id: build-and-push-base - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d with: context: . file: base.Dockerfile @@ -109,7 +109,7 @@ jobs: - name: Build and push Docker image to both registries id: build-and-push - uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 + uses: docker/build-push-action@9e436ba9f2d7bcd1d038c8e55d039d37896ddc5d with: context: . file: Dockerfile