diff --git a/.github/workflows/pushimage.yaml b/.github/workflows/pushimage.yaml index f3160e6..8354df8 100644 --- a/.github/workflows/pushimage.yaml +++ b/.github/workflows/pushimage.yaml @@ -22,13 +22,13 @@ jobs: password: ${{ secrets.GITHUB_TOKEN }} - name: Build and push Docker image - uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 with: push: true tags: ghcr.io/tlinden/kleingebaeck:${{ github.ref_name}} - name: Build and push latest Docker image - uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc + uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 with: push: true tags: ghcr.io/tlinden/kleingebaeck:latest