Skip to content

Commit

Permalink
Iterate
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Telatynski <[email protected]>
  • Loading branch information
t3chguy committed Jan 27, 2025
1 parent c6cad90 commit d63d826
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dockerbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
- name: Build and push Docker image
uses: docker/build-push-action@67a2d409c0a876cbe6b11854e3e25193efe4e62d # v6
Expand All @@ -57,3 +58,5 @@ jobs:
- name: Test image
if: github.event_name == 'pull_request'
run: yarn docker:install
env:
DOCKER_IMAGE_NAME: ${{ steps.meta.outputs.tags }}

0 comments on commit d63d826

Please sign in to comment.