Skip to content

Commit

Permalink
Fix app tag
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Mar 28, 2020
1 parent a03c5c4 commit 71f0430
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ executors:
docker-executor:
environment:
IMAGE_NAME: peterevans/vegeta
APP_NAME: vegeta
docker:
- image: circleci/buildpack-deps:stretch
jobs:
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ LABEL \
org.opencontainers.image.url="https://github.com/peter-evans/vegeta-docker" \
org.opencontainers.image.vendor="https://peterevans.dev" \
org.opencontainers.image.licenses="MIT" \
app.tag=$VEGETA_VERSION
app.tag="vegeta$VEGETA_VERSION"

RUN set -ex \
&& apk add --no-cache ca-certificates \
Expand Down

0 comments on commit 71f0430

Please sign in to comment.