diff --git a/.github/workflows/docker-publish.yml b/.github/workflows/docker-publish.yml index 0d3efce..f25a70d 100644 --- a/.github/workflows/docker-publish.yml +++ b/.github/workflows/docker-publish.yml @@ -76,7 +76,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@b13d25e5fcf2e04305d8aedc9a6c28ebe258e934 + uses: docker/metadata-action@dde548f1603e003959483c86c72ec03454216f9c with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | @@ -86,7 +86,7 @@ jobs: - name: Build and push Docker image (Production Release) id: build-and-push - uses: docker/build-push-action@1031bc45c52785b1a3a0db59db1e207f047a88c5 + uses: docker/build-push-action@eb6512707bea5740b2608f2a43ece7bc543cb75b with: context: . platforms: linux/amd64,linux/arm64,linux/arm/v7 @@ -126,7 +126,7 @@ jobs: - name: Extract Docker metadata id: meta - uses: docker/metadata-action@b13d25e5fcf2e04305d8aedc9a6c28ebe258e934 + uses: docker/metadata-action@dde548f1603e003959483c86c72ec03454216f9c with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} tags: | @@ -134,7 +134,7 @@ jobs: - name: Build and push Docker image (Development Release) id: build-and-push - uses: docker/build-push-action@1031bc45c52785b1a3a0db59db1e207f047a88c5 + uses: docker/build-push-action@eb6512707bea5740b2608f2a43ece7bc543cb75b with: context: . platforms: linux/amd64,linux/arm64,linux/arm/v7