Skip to content

Commit 101987a

Browse files
committed
Add tag extraction step
1 parent fe847f3 commit 101987a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test_and_deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,10 @@ jobs:
5656
username: wagvpn
5757
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
5858

59+
- name: Extract tag name
60+
id: extract_tag
61+
run: echo "tag=${GITHUB_REF#refs/tags/}" >> $GITHUB_OUTPUT
62+
5963
- name: Build and push
6064
uses: docker/build-push-action@v5
6165
with:

0 commit comments

Comments
 (0)