Skip to content

Commit

Permalink
misspelled resource
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddahl committed Aug 23, 2024
1 parent eefd998 commit 0163665
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/push-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
password: ${{ secrets.GITLAB_PASSWORD }}
-
name: Pull Gitlab Image
run: docker pull registry.gitlab.com/f5/greenhouse/apps/seven-layer-cake-collector/custom_otel_collector:latest
run: docker pull registry.gitlab.com/f5/greenhouse/apps/seven-layer-cake-collector/otel_custom_collector:latest
-
name: Login to GitHub Container Registry
uses: docker/login-action@v3
Expand All @@ -26,5 +26,5 @@ jobs:
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
docker push ghcr.io/f5devcentral/application-study-tool/custom_otel_collector:latest
docker tag registry.gitlab.com/f5/greenhouse/apps/seven-layer-cake-collector/otel_custom_collector:latest ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:latest
docker push ghcr.io/f5devcentral/application-study-tool/otel_custom_collector:latest

0 comments on commit 0163665

Please sign in to comment.