Skip to content

Commit

Permalink
chore: Tags Versioning (#122)
Browse files Browse the repository at this point in the history
Co-authored-by: Matija Petrunić <[email protected]>
  • Loading branch information
eedygreen and mpetrun5 authored Mar 2, 2023
1 parent 3a6ffd2 commit 3c031d8
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/deploy_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,13 @@ jobs:
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ env.TAG }}

- name: tag version / push docker image into ghcr
id: build-and-push
uses: docker/build-push-action@v3
with:
context: .
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}

deploy:
needs: push
Expand Down

0 comments on commit 3c031d8

Please sign in to comment.