Skip to content

Commit

Permalink
make build args list
Browse files Browse the repository at this point in the history
  • Loading branch information
Eddykasp committed May 30, 2024
1 parent 68bd7bf commit 1e6579a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,8 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: CACHE_DATE=$(date +%Y-%m-%d:%H:%M:%S)
build-args: |
CACHE_DATE=$(date +%Y-%m-%d:%H:%M:%S)
- name: Clean container registry
uses: actions/delete-package-versions@v5
Expand Down

0 comments on commit 1e6579a

Please sign in to comment.