diff --git a/.github/workflows/image-build.yaml b/.github/workflows/image-build.yaml index 5bdb7b27..8e7b645d 100644 --- a/.github/workflows/image-build.yaml +++ b/.github/workflows/image-build.yaml @@ -13,9 +13,6 @@ concurrency: group: build-${{ github.ref }} cancel-in-progress: true -env: - tag: ${{ github.ref == 'refs/heads/main' && 'latest' || github.ref_name }} - jobs: image-build: strategy: