We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 652294d commit dab83a9Copy full SHA for dab83a9
1 file changed
.github/workflows/build-and-push.yml
@@ -69,6 +69,8 @@ jobs:
69
type=ref,event=pr,prefix=pr-
70
# For main branch: use 'test' tag (local testing only, not pushed)
71
type=raw,value=test,enable=${{ github.ref == 'refs/heads/main' }}
72
+ # For feature branches: use branch name as tag (local testing only)
73
+ type=ref,event=branch
74
75
- name: Build and push Docker image
76
uses: docker/build-push-action@v5
0 commit comments