Skip to content

Commit

Permalink
add git context
Browse files Browse the repository at this point in the history
  • Loading branch information
PssbleTrngle committed Aug 1, 2024
1 parent 7d01d0c commit 6d7b386
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ jobs:

- uses: actions/cache@v4
name: Setup icons cache
id: cache
with:
path: generated
key: icons-${{ hashFiles('.gitmodules') }}
restore-keys: |
icons-
- name: Generate Data
if: steps.cache.outputs.cache-hit != 'true'
run: pnpm run gen

- name: Upload generated data as artifact
Expand Down Expand Up @@ -92,6 +94,7 @@ jobs:
- name: Build and push Docker image
uses: docker/build-push-action@v6
with:
context: '{{defaultContext}}:mysubdir'
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit 6d7b386

Please sign in to comment.