Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
syyang-in-cloud committed Jul 4, 2020
1 parent 5531d56 commit dc5ebd6
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,21 +115,3 @@ jobs:
# docker tag $IMAGE_NAME $IMAGE_ID:$VERSION
# docker push $IMAGE_ID:$VERSION
#
name: Publish Docker image
on:
release:
types: [published]
jobs:
push_to_registries:
name: Push Docker image to multiple registries
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v2
- name: Push to Docker Hub
uses: docker/build-push-action@v1
with:
username: syibm
password: ${{ secrets.DOCKER_PASSWORD }}
repository: syibm/ibmcloud-image-builder
tag_with_ref: true

0 comments on commit dc5ebd6

Please sign in to comment.