Skip to content

Commit

Permalink
fix(ci): rootless docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
tankerkiller125 authored Jun 28, 2024
1 parent fe9dab5 commit 1cdf2c7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker-publish-rootless.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,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 @@ -98,4 +97,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 1cdf2c7

Please sign in to comment.