Skip to content

Commit

Permalink
Fix docker-CI-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
FBasels authored Jan 27, 2021
1 parent 94fe865 commit 44edf07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-CI-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

- name: Build the Docker image
run: |
docker build -t registry.tech4comp.dbis.rwth-aachen.de/rwthacis/mobsos-data-processing:${{ steps.get_tag.outputs.tag }}
docker build -t registry.tech4comp.dbis.rwth-aachen.de/rwthacis/mobsos-data-processing:${{ steps.get_tag.outputs.tag }} .
# docker tag registry.tech4comp.dbis.rwth-aachen.de/rwthacis/mobsos-data-processing:${{ steps.get_tag.outputs.tag }} registry.tech4comp.dbis.rwth-aachen.de/rwthacis/mobsos-data-processing:${{ steps.get_version.outputs.version }}

- name: Push to the registry
Expand Down

0 comments on commit 44edf07

Please sign in to comment.