Skip to content

Commit

Permalink
Build images on pr updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaydee94 committed Nov 30, 2024
1 parent 5bd5f93 commit cfabb04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5
if: !startsWith(github.ref, 'refs/tags/')
if: ${{ !startsWith(github.ref, 'refs/tags/') }}
with:
images: ${{ matrix.image }}
tags: |
Expand Down

0 comments on commit cfabb04

Please sign in to comment.