diff --git a/.github/workflows/build-image.yml b/.github/workflows/build-image.yml index 8272711..28b6e77 100644 --- a/.github/workflows/build-image.yml +++ b/.github/workflows/build-image.yml @@ -54,7 +54,7 @@ jobs: - name: Build and push id: build - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a with: context: ${{ inputs.context }} labels: ${{ steps.meta.outputs.labels }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ab1af4..b77b7aa 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -82,7 +82,7 @@ jobs: - name: Build and push id: build - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a with: context: complik labels: ${{ steps.meta.outputs.labels }} @@ -139,7 +139,7 @@ jobs: - name: Build and push id: build - uses: docker/build-push-action@10e90e3645eae34f1e60eeb005ba3a3d33f178e8 + uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a with: context: procscan labels: ${{ steps.meta.outputs.labels }}