Skip to content

Commit

Permalink
Retag docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Jun 10, 2024
1 parent 3a145c4 commit b930a8f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ibm-mq-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@ jobs:
START SERVICE(SYSTEM.AMQP.SERVICE)
START CHANNEL(SYSTEM.DEF.AMQP)
EOF
make build-devserver
make build-devserver
docker tag ibm-mqadvanced-server-dev:${{ env.IMAGE_TAG }} ${{ env.REGISTRY_IMAGE }}:${{ env.IMAGE_TAG }}
-
name: Login to Docker Hub
uses: docker/login-action@v3
Expand Down

0 comments on commit b930a8f

Please sign in to comment.