Skip to content

Commit

Permalink
[AC-92] Fixes (#23)
Browse files Browse the repository at this point in the history
* Fix environment variables

* Fix tagname
  • Loading branch information
jagudelo-gap authored Oct 22, 2024
1 parent 6a15191 commit e901429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on-pullrequest-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
with:
context: "{{defaultContext}}:/"
file: docker/Dockerfile
tags: ${{ env.DOCKER_USERNAME }}/${{ env.IMAGE_NAME }}:pre
tags: ${{ env.IMAGE_NAME }}:pre
push: true

- name: Extract metadata (tags, labels) for admin console image
Expand Down

0 comments on commit e901429

Please sign in to comment.