diff --git a/.github/workflows/standard-build.yml b/.github/workflows/standard-build.yml index e715a4f..132992c 100644 --- a/.github/workflows/standard-build.yml +++ b/.github/workflows/standard-build.yml @@ -20,4 +20,4 @@ jobs: with: context: collector/selfhost push: true - tags: ${{ secrets.OCIR_REGISTRY }}/collector:${{ github.sha::7 }} \ No newline at end of file + tags: ${{ secrets.OCIR_REGISTRY }}/collector:${{ github.sha }} \ No newline at end of file