Skip to content

Commit

Permalink
Merge pull request #31 from synapsestudios/ensure-base-images-always-…
Browse files Browse the repository at this point in the history
…pulled

fix bug where base image is cached
  • Loading branch information
dragonfleas authored Sep 16, 2024
2 parents 8bedad9 + 0284331 commit aad7c10
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
with:
context: ${{ matrix.image_folder }}/.
push: true
pull: true
tags: |
ghcr.io/${{ github.repository_owner }}/${{ steps.set_image_name.outputs.image_name }}:${{ github.sha }}
ghcr.io/${{ github.repository_owner }}/${{ steps.set_image_name.outputs.image_name }}:latest
Expand Down

0 comments on commit aad7c10

Please sign in to comment.