Skip to content

Commit

Permalink
fuck it, include "unnecessary" echo run command
Browse files Browse the repository at this point in the history
  • Loading branch information
RoblKyogre authored Mar 30, 2024
1 parent a93daa3 commit 5959dec
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/docker-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,9 @@ jobs:
${{ secrets.DOCKERHUB_USERNAME }}/docker-viaaas
ghcr.io/${{ github.repository }}
- name: Set NOW to Work Around Docker L
run: echo "NOW=$(date +'%Y-%m-%dT%H:%M:%S')" >> $GITHUB_ENV

- name: Build and Push Image
uses: docker/build-push-action@v5
with:
Expand All @@ -63,7 +66,7 @@ jobs:
cache-from: type=gha
cache-to: type=gha,mode=max
build-args: |
CACHEBUST=${{ steps.meta.outputs.tags }}
CACHEBUST=${{ env.NOW }}
secrets: |
"JITPACK_TOKEN=${{ secrets.JITPACK_TOKEN }}"
Expand Down

0 comments on commit 5959dec

Please sign in to comment.