diff --git a/.github/workflows/publish_image.yml b/.github/workflows/publish_image.yml index 4ea3406..7215ccf 100644 --- a/.github/workflows/publish_image.yml +++ b/.github/workflows/publish_image.yml @@ -41,15 +41,15 @@ jobs: file: Dockerfile push: true platforms: linux/amd64,linux/arm64 - tags: ${{ steps.meta.outputs.tags }} + tags: ${{ steps.meta.outputs.tags }},${{ env.REGISTRY}}/${{ env.IMAGE_NAME }}:latest labels: ${{ steps.meta.outputs.labels }} - - name: Build and push Docker image as latest - uses: docker/build-push-action@v5 - with: - context: . - file: Dockerfile - push: true - platforms: linux/amd64,linux/arm64 - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }}:latest + # - name: Build and push Docker image as latest + # uses: docker/build-push-action@v5 + # with: + # context: . + # file: Dockerfile + # push: true + # platforms: linux/amd64,linux/arm64 + # tags: latest + # labels: ${{ steps.meta.outputs.labels }}