Skip to content

Commit

Permalink
Update releaseTag.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leo42 committed Oct 11, 2023
1 parent 48414ea commit 430d581
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/releaseTag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
Frontend:
runs-on: ubuntu-latest
steps:
-
name: Debug RELEASE_TAG
run: echo "RELEASE_TAG=${{ env.RELEASE_TAG }}"
-
name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down Expand Up @@ -84,4 +87,4 @@ jobs:
with:
file: ./Be/passthrough/Dockerfile
push: true
tags: leo42/passthrough:${{ steps.meta.outputs.tags }}
tags: leo42/passthrough:${{ env.RELEASE_TAG }}

0 comments on commit 430d581

Please sign in to comment.