Skip to content

Commit

Permalink
Merge pull request #1329 from memphisdev/valeraBr-patch-2
Browse files Browse the repository at this point in the history
Update push_to_registry.yml
  • Loading branch information
valeraBr authored Sep 20, 2023
2 parents 0504dc1 + ff2c29f commit 7091ecc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/push_to_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
push:
branches:
- "push_to_reg"
env:
PR_NUMBER: ${{ github.event.number }}

jobs:
docker:
Expand Down Expand Up @@ -31,4 +33,4 @@ jobs:
push: true
tags: |
memphisos/memphis-qa:${{ github.ref_name}}
memphisos/memphis-qa:${{ github.event.pull_request.number }}
memphisos/memphis-qa:$PR_NUMBER

0 comments on commit 7091ecc

Please sign in to comment.