Skip to content

Commit

Permalink
remove ubnetdef/lockdown
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtman2k committed Oct 7, 2021
1 parent ffef3c2 commit 5ba5426
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-lockdown-payments:
build-and-push-payments:
runs-on: ubuntu-latest
permissions:
packages: write
Expand All @@ -27,5 +27,5 @@ jobs:
with:
push: true
tags: |
ghcr.io/${{ env.IMAGE_REPOSITORY }}/lockdown-payments:${{ github.sha }}
ghcr.io/${{ env.IMAGE_REPOSITORY }}/lockdown-payments:${{ env.IMAGE_TAG }}
ghcr.io/${{ env.IMAGE_REPOSITORY }}/payments:${{ github.sha }}
ghcr.io/${{ env.IMAGE_REPOSITORY }}/payments:${{ env.IMAGE_TAG }}

0 comments on commit 5ba5426

Please sign in to comment.