Skip to content

Commit 8abdf69

Browse files
authored
Distinguish the tags of tcpproxy und appbroker
1 parent bc930b8 commit 8abdf69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
context: .
5454
file: TcpProxy/Dockerfile
5555
push: ${{ github.event_name == 'push' }}
56-
tags: ${{ steps.meta.outputs.tags }}
56+
tags: susch19/appbroker-tcpproxy:latest
5757
labels: ${{ steps.meta.outputs.labels }}
5858

5959
- name: Build AppBroker and push Docker image
@@ -62,5 +62,5 @@ jobs:
6262
context: .
6363
file: AppBrokerASP/Dockerfile
6464
push: ${{ github.event_name == 'push' }}
65-
tags: ${{ steps.meta.outputs.tags }}
65+
tags: susch19/appbroker:latest
6666
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)