Skip to content

Commit

Permalink
fix ci release
Browse files Browse the repository at this point in the history
  • Loading branch information
lakhoune committed Mar 5, 2024
1 parent c996d89 commit 574d5d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-CI-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:

- name: Build the Docker image
run: |
docker build -t registry.tech4comp.dbis.rwth-aachen.de/rwthacis/pm4bots:${{ steps.get_tag.outputs.tag }} .
docker build -t registry.tech4comp.dbis.rwth-aachen.de/repo/rwthacis/pm4bots:${{ steps.get_tag.outputs.tag }} .
- name: Push to the registry
env:
DOCKER_USERNAME: ${{ secrets.DOCKER_USERNAME }}
DOCKER_PW: ${{ secrets.DOCKER_PW }}
run: |
docker login -u $DOCKER_USERNAME -p $DOCKER_PW registry.tech4comp.dbis.rwth-aachen.de
docker push registry.tech4comp.dbis.rwth-aachen.de/rwthacis/spm4bots:${{ steps.get_tag.outputs.tag }}
docker push registry.tech4comp.dbis.rwth-aachen.de/repo/rwthacis/pm4bots:${{ steps.get_tag.outputs.tag }}

0 comments on commit 574d5d0

Please sign in to comment.