Skip to content

Commit

Permalink
Only push
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcialRosales committed Jun 10, 2024
1 parent 5c6d1d9 commit 535f7fc
Showing 1 changed file with 4 additions and 7 deletions.
11 changes: 4 additions & 7 deletions .github/workflows/ibm-mq-make.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ env:
REGISTRY_IMAGE: pivotalrabbitmq/ibm-mqadvanced-server-dev
IBM_MQ_REPOSITORY: ibm-messaging/mq-container
IBM_MQ_BRANCH_NAME: 9.3.5
IMAGE_TAG: pivotalrabbitmq/ibm-mqadvanced-server-dev:9.3.5.1-amd64
IMAGE_TAG: 9.3.5.1-amd64
jobs:
docker:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -56,9 +56,6 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
-
name: Build and push
uses: docker/build-push-action@v5
with:
push: true
tags: ${{ env.IMAGE_TAG }}
- name: Push
run: |
docker push ${{ env.REGISTRY_IMAGE }}:${{ env.IMAGE_TAG }}

0 comments on commit 535f7fc

Please sign in to comment.