We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc930b8 commit 8abdf69Copy full SHA for 8abdf69
.github/workflows/main.yml
@@ -53,7 +53,7 @@ jobs:
53
context: .
54
file: TcpProxy/Dockerfile
55
push: ${{ github.event_name == 'push' }}
56
- tags: ${{ steps.meta.outputs.tags }}
+ tags: susch19/appbroker-tcpproxy:latest
57
labels: ${{ steps.meta.outputs.labels }}
58
59
- name: Build AppBroker and push Docker image
@@ -62,5 +62,5 @@ jobs:
62
63
file: AppBrokerASP/Dockerfile
64
65
+ tags: susch19/appbroker:latest
66
0 commit comments