diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index d853968c..ad4fbb90 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -50,6 +50,6 @@ jobs: uses: docker/build-push-action@v5 with: file: test/container/${{ matrix.config.dockerfile }} - tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.config.tag }}:latest + tags: ghcr.io/${{ github.repository_owner }}/${{ matrix.config.tag }} push: ${{ github.event_name == 'push' || github.event_name == 'schedule' }} platforms: ${{ matrix.config.platform }}