Skip to content
This repository has been archived by the owner on Oct 1, 2022. It is now read-only.

Commit

Permalink
Merge pull request #3 from ssl-hep/push_to_dockerhub
Browse files Browse the repository at this point in the history
Push to ssl-hep Dockerhub
  • Loading branch information
gordonwatts committed Jan 10, 2020
2 parents 9474e41 + ac21ed8 commit 8952772
Showing 1 changed file with 7 additions and 14 deletions.
21 changes: 7 additions & 14 deletions .github/workflows/buildpush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v1.2.0

- name: Extract branch name
shell: bash
run: echo "##[set-output name=branch;]$(echo ${GITHUB_REF##*/})"
id: extract_branch

- name: Build and Push Docker Image
# See https://github.com/marketplace/actions/docker-push
uses: opspresso/action-docker@master
env:
USERNAME: ${{ secrets.DOCKER_USERNAME }}
PASSWORD: ${{ secrets.DOCKER_PASSWORD }}
IMAGE_NAME: "gordonwatts/servicex_code_gen_funcadl_xaod"
LATEST: FALSE
TAG_NAME: ${{ steps.extract_branch.outputs.branch }}
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@master
with:
name: sslhep/servicex_xaod_cpp_transformer
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
tag_names: true

0 comments on commit 8952772

Please sign in to comment.