From 289fa23728f6d3f0facc06d83536d3080a6cedc4 Mon Sep 17 00:00:00 2001 From: Daan Selen Date: Mon, 16 Jun 2025 14:27:12 +0200 Subject: [PATCH] streamline --- .github/workflows/docker.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index e2f1581..74e0acb 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -22,10 +22,6 @@ jobs: strategy: fail-fast: false steps: - - name: Generate a shorter Git commit sha. - id: gen_short_sha - run: echo "SHORT_SHA=${GITHUB_SHA::8}" >> $GITHUB_ENV - - name: Checkout repository uses: actions/checkout@v4 @@ -64,10 +60,6 @@ jobs: tags: | type=ref,event=branch type=ref,event=tag - type=raw,value=${{ env.SHORT_SHA }} - - - name: Print a message - run: echo "${{ steps.meta.outputs.tags }}" - name: Build and export (multi-arch) uses: docker/build-push-action@v6