diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 89d38a1..5dc944f 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -37,6 +37,8 @@ jobs: uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: '0' + - name: Copy Git Credentials + run: cat /tmp/git-credentials* >> .git/config - name: Bump version and push tag id: tag if: ${{ inputs.tag == 'true' }} @@ -48,8 +50,6 @@ jobs: WITH_V: true PRERELEASE: true PRERELEASE_SUFFIX: ${{ github.ref_name }} - - name: Copy Git Credentials - run: cat /tmp/git-credentials* >> .git/config - name: Extract Docker metadata id: meta uses: docker/metadata-action@dc802804100637a589fabce1cb79ff13a1411302 # v6.2.0