Skip to content

Commit ba7b24f

Browse files
committed
Update main.yml
1 parent 5a8f905 commit ba7b24f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Push Docker Image
33
on:
44
push:
55
branches:
6-
- dev
6+
- traefik-int
77
paths:
88
- 'Dockerfile'
99
- 'go.mod'
@@ -53,8 +53,8 @@ jobs:
5353
id: docker_tags
5454
run: |
5555
TAGS=""
56-
if [[ "${{ github.ref_type }}" == "branch" && "${{ github.ref_name }}" == "dev" ]]; then
57-
TAGS="${{ env.DOCKERHUB_IMAGE_NAME }}:dev"
56+
if [[ "${{ github.ref_type }}" == "branch" && "${{ github.ref_name }}" == "traefik-int" ]]; then
57+
TAGS="${{ env.DOCKERHUB_IMAGE_NAME }}:traefik-int"
5858
fi
5959
echo "tags=$TAGS" >> $GITHUB_OUTPUT
6060
echo "Docker tags: $TAGS"

0 commit comments

Comments
 (0)