Skip to content

Commit

Permalink
All tags
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonforal committed Oct 9, 2024
1 parent c5efb97 commit 82a2542
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ghcr-latest-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,6 @@ jobs:
run: |
docker pull ghcr.io/datadog/datadog-static-analyzer:sha-e3e71ae
docker tag ghcr.io/datadog/datadog-static-analyzer:sha-e3e71ae ghcr.io/datadog/datadog-static-analyzer:latest
docker image push ghcr.io/datadog/datadog-static-analyzer:latest
docker tag ghcr.io/datadog/datadog-static-analyzer:sha-e3e71ae ghcr.io/datadog/datadog-static-analyzer:sha-e3e71ae
docker tag ghcr.io/datadog/datadog-static-analyzer:sha-e3e71ae ghcr.io/datadog/datadog-static-analyzer:0.4.4
docker image push --all-tags ghcr.io/datadog/datadog-static-analyzer

0 comments on commit 82a2542

Please sign in to comment.