Skip to content

Commit

Permalink
Update apprenticeship-action.yml
Browse files Browse the repository at this point in the history
adding tag to docker push command
  • Loading branch information
melippmann authored Nov 5, 2023
1 parent 6c5ad2c commit b914e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/apprenticeship-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,4 +21,4 @@ jobs:
run: |
docker login -u $DOCKER_USER -p $DOCKER_PASSWORD
- name: Docker Push
run: docker push ${{secrets.DOCKER_USER}}/liatrio_apprenticeship_exercise
run: docker push ${{secrets.DOCKER_USER}}/liatrio_apprenticeship_exercise:liatrio-build

0 comments on commit b914e25

Please sign in to comment.