Skip to content

Commit

Permalink
Merge pull request #1328 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 committed Sep 20, 2023
2 parents 0a4471d + b2a838a commit 0504dc1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/push_to_registry.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,6 @@ on:
branches:
- "push_to_reg"

env:
PR_NUMBER: ${{ github.event.number }}

jobs:
docker:
runs-on: ubuntu-latest
Expand All @@ -34,4 +31,4 @@ jobs:
push: true
tags: |
memphisos/memphis-qa:${{ github.ref_name}}
memphisos/memphis-qa:${{ env.PR_NUMBER }}
memphisos/memphis-qa:${{ github.event.pull_request.number }}

0 comments on commit 0504dc1

Please sign in to comment.