Skip to content

Commit

Permalink
yaml issue
Browse files Browse the repository at this point in the history
  • Loading branch information
David Dahl committed Aug 23, 2024
1 parent 44edc58 commit 45e7567
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}
-
name: Push to Github
run: docker tag registry.gitlab.com/f5/greenhouse/apps/seven-layer-cake-collector/custom_otel_coleector:latest ghcr.io/f5devcentral/application-study-tool/custom_otel_collector:latest
run: docker push ghcr.io/f5devcentral/application-study-tool/custom_otel_collector:latest
run:
|
docker tag registry.gitlab.com/f5/greenhouse/apps/seven-layer-cake-collector/custom_otel_coleector:latest ghcr.io/f5devcentral/application-study-tool/custom_otel_collector:latest
docker push ghcr.io/f5devcentral/application-study-tool/custom_otel_collector:latest

0 comments on commit 45e7567

Please sign in to comment.