Skip to content

Commit

Permalink
Merge pull request postmanlabs#6 from verygoodsecurity/circleci-0
Browse files Browse the repository at this point in the history
[PROXY-463] Fix image push
  • Loading branch information
NickEm committed Jul 27, 2023
2 parents 84dd61d + 0820a0a commit 4424db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Expand Up @@ -42,7 +42,7 @@ jobs:
- <<: *attach-workspace
- run: |
./ops/docker-login.sh
docker-compose push httpbin
APP_VERSION=${CIRCLE_TAG:-$CIRCLE_SHA1} docker-compose push httpbin
workflows:
build-test-and-deploy:
Expand Down

0 comments on commit 4424db7

Please sign in to comment.