Skip to content

Commit f9fb000

Browse files
committed
do only snapshot container images
Signed-off-by: Stefan Bischof <[email protected]>
1 parent c497abf commit f9fb000

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build_deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ jobs:
7474
push: true
7575
tags: |
7676
docker.io/eclipsedaanse/probe:snapshot
77-
docker.io/eclipsedaanse/probe:${{ github.sha }}
7877
ghcr.io/eclipse-daanse/probe:snapshot
79-
ghcr.io/eclipse-daanse/probe:${{ github.sha }}
78+
# docker.io/eclipsedaanse/probe:${{ github.sha }}
79+
# ghcr.io/eclipse-daanse/probe:${{ github.sha }}

0 commit comments

Comments
 (0)