Skip to content

Commit

Permalink
Fix repeat docker commands for correct tag-n-push
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-gsa committed Sep 9, 2024
1 parent db0ab91 commit 6ea1cd7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -68,5 +68,5 @@ publish-oci-image:
gsatts/validation-tools:$(OCI_REV_TAG) \
gsatts/validation-tools:latest

docker push ghcr.io/gsa/fedramp-automation/validation-tools:$(OCI_REV_TAG) \
ghcr.io/gsa/fedramp-automation/validation-tools:latest
docker push ghcr.io/gsa/fedramp-automation/validation-tools:$(OCI_REV_TAG)
docker push ghcr.io/gsa/fedramp-automation/validation-tools:latest

0 comments on commit 6ea1cd7

Please sign in to comment.