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

Commit 1fdc0da

Browse files
authored
Merge pull request #150 from CSCfi/dev
bugfix for publish
2 parents b09bdfe + fa66c0e commit 1fdc0da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,15 +42,15 @@ jobs:
4242
- name: Build the tagged Docker image
4343
if: ${{ steps.vars.outputs.tag != '/master' }}
4444
run: |
45-
pushd deploy/test
45+
pushd deploy/dataloader
4646
docker build . --file Dockerfile --tag cscfi/beacon-dataloader:${{steps.vars.outputs.tag}}
4747
- name: Push the tagged Docker image
4848
if: ${{ steps.vars.outputs.tag != '/master' }}
4949
run: docker push cscfi/beacon-dataloader:${{steps.vars.outputs.tag}}
5050
- name: Build the latest Docker image
5151
if: ${{ steps.vars.outputs.tag == '/master' }}
5252
run: |
53-
pushd deploy/test
53+
pushd deploy/dataloader
5454
docker build . --file Dockerfile --tag cscfi/beacon-dataloader:latest
5555
- name: Push the latest Docker image
5656
if: ${{ steps.vars.outputs.tag == '/master' }}

0 commit comments

Comments
 (0)