We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a8f905 commit ba7b24fCopy full SHA for ba7b24f
.github/workflows/main.yml
@@ -3,7 +3,7 @@ name: Build and Push Docker Image
3
on:
4
push:
5
branches:
6
- - dev
+ - traefik-int
7
paths:
8
- 'Dockerfile'
9
- 'go.mod'
@@ -53,8 +53,8 @@ jobs:
53
id: docker_tags
54
run: |
55
TAGS=""
56
- if [[ "${{ github.ref_type }}" == "branch" && "${{ github.ref_name }}" == "dev" ]]; then
57
- TAGS="${{ env.DOCKERHUB_IMAGE_NAME }}:dev"
+ if [[ "${{ github.ref_type }}" == "branch" && "${{ github.ref_name }}" == "traefik-int" ]]; then
+ TAGS="${{ env.DOCKERHUB_IMAGE_NAME }}:traefik-int"
58
fi
59
echo "tags=$TAGS" >> $GITHUB_OUTPUT
60
echo "Docker tags: $TAGS"
0 commit comments