Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit e687dc2

Browse files
committed
fix: docker tag
1 parent 0e37f6d commit e687dc2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: build
1818
run: |
1919
docker build --build-arg VERSION=$RABBITMQ_VERSION --file Dockerfile.windows --tag exivity/rabbitmq:$RABBITMQ_VERSION .
20-
docker tag exivity/rabbitmq:latest exivity/rabbitmq:$RABBITMQ_VERSION
20+
docker tag exivity/rabbitmq:$RABBITMQ_VERSION exivity/rabbitmq:latest
2121
- name: login
2222
run: echo $GITHUB_TOKEN | docker login -u $DOCKER_HUB_USER --password-stdin
2323
env:

0 commit comments

Comments
 (0)