Skip to content

Commit

Permalink
fix(ci): broken CI/CD
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 authored Jun 28, 2024
1 parent a3f4c97 commit fe9dab5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,8 +85,7 @@ jobs:
cache-to: type=gha,mode=max
build-args: |
VERSION=${{ github.ref_name }}
COMMIT=$(git rev-parse HEAD)
BUILD_TIME=$(date -u +"%Y-%m-%dT%H:%M:%SZ")
COMMIT=${{ github.sha }}
- name: Attest
uses: actions/attest-build-provenance@v1
Expand All @@ -95,4 +94,4 @@ jobs:
with:
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
subject-digest: ${{ steps.build-and-push.outputs.digest }}
push-to-registry: true
push-to-registry: true

0 comments on commit fe9dab5

Please sign in to comment.