diff --git a/.github/workflows/publish-latest-image.yaml b/.github/workflows/publish-latest-image.yaml index b4ed6e2..f461501 100644 --- a/.github/workflows/publish-latest-image.yaml +++ b/.github/workflows/publish-latest-image.yaml @@ -23,14 +23,6 @@ jobs: - uses: actions/checkout@v4 - uses: docker/setup-qemu-action@v3 - uses: docker/setup-buildx-action@v3 - - # Publish the Git describe tag - - run: make publish-image - env: - DOCKER_DEFAULT_PLATFORM: ${{ matrix.arch }} - - # Publish the floating tag - run: make publish-image env: - DOCKER_DEFAULT_PLATFORM: ${{ matrix.arch }} - VERSION: latest \ No newline at end of file + DOCKER_DEFAULT_PLATFORM: ${{ matrix.arch }} \ No newline at end of file