Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtman2k committed Oct 7, 2021
2 parents adf006c + 2c06c62 commit ffef3c2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ on:
release:
types: [published]
jobs:
build-and-push-scoretrak-client:
build-and-push-lockdown-payments:
runs-on: ubuntu-latest
permissions:
packages: write
Expand All @@ -27,5 +27,5 @@ jobs:
with:
push: true
tags: |
ghcr.io/${{ env.IMAGE_REPOSITORY }}/scoretrak-client:${{ github.sha }}
ghcr.io/${{ env.IMAGE_REPOSITORY }}/scoretrak-client:${{ env.IMAGE_TAG }}
ghcr.io/${{ env.IMAGE_REPOSITORY }}/lockdown-payments:${{ github.sha }}
ghcr.io/${{ env.IMAGE_REPOSITORY }}/lockdown-payments:${{ env.IMAGE_TAG }}

0 comments on commit ffef3c2

Please sign in to comment.