Skip to content

Commit

Permalink
test: modifications to test with separate branch without PR
Browse files Browse the repository at this point in the history
  • Loading branch information
morremeyer committed Jun 7, 2024
1 parent dec7323 commit 5f51886
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Build Docker image

on:
push:
tags:
- "v*"

# Run on pull requests to verify that the image still builds correctly
# The image is not pushed on pull requests
Expand Down Expand Up @@ -52,6 +50,7 @@ jobs:
tags: |
type=semver,pattern={{raw}}
type=ref,event=pr
type=ref,event=branch
- name: Build and push
uses: docker/build-push-action@2cdde995de11925a030ce8070c3d77a52ffcf1c0 # v5.3.0
Expand Down

0 comments on commit 5f51886

Please sign in to comment.