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

Commit

Permalink
Merge pull request #150 from CSCfi/dev
Browse files Browse the repository at this point in the history
bugfix for publish
  • Loading branch information
blankdots committed Jun 10, 2020
2 parents b09bdfe + fa66c0e commit 1fdc0da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,15 +42,15 @@ jobs:
- name: Build the tagged Docker image
if: ${{ steps.vars.outputs.tag != '/master' }}
run: |
pushd deploy/test
pushd deploy/dataloader
docker build . --file Dockerfile --tag cscfi/beacon-dataloader:${{steps.vars.outputs.tag}}
- name: Push the tagged Docker image
if: ${{ steps.vars.outputs.tag != '/master' }}
run: docker push cscfi/beacon-dataloader:${{steps.vars.outputs.tag}}
- name: Build the latest Docker image
if: ${{ steps.vars.outputs.tag == '/master' }}
run: |
pushd deploy/test
pushd deploy/dataloader
docker build . --file Dockerfile --tag cscfi/beacon-dataloader:latest
- name: Push the latest Docker image
if: ${{ steps.vars.outputs.tag == '/master' }}
Expand Down

0 comments on commit 1fdc0da

Please sign in to comment.