diff --git a/.github/workflows/branches.yml b/.github/workflows/branches.yml index 9af4a94..055279a 100644 --- a/.github/workflows/branches.yml +++ b/.github/workflows/branches.yml @@ -41,7 +41,7 @@ jobs: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} - name: Build docker image - uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 + uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c with: context: . file: build/package/Dockerfile diff --git a/.github/workflows/master.yml b/.github/workflows/master.yml index 45a4e79..0d10ccb 100644 --- a/.github/workflows/master.yml +++ b/.github/workflows/master.yml @@ -57,7 +57,7 @@ jobs: type=sha - name: Build and push Docker image - uses: docker/build-push-action@15560696de535e4014efeff63c48f16952e52dd1 + uses: docker/build-push-action@1a162644f9a7e87d8f4b053101d1d9a712edc18c with: context: . file: build/package/Dockerfile