Skip to content

Commit

Permalink
Fixed github actions build file
Browse files Browse the repository at this point in the history
  • Loading branch information
alafon committed Aug 15, 2023
1 parent 7922742 commit 7e268d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
context: "{{defaultContext}}:${{ matrix.image }}/${{ matrix.subdir }}"
file: ./Dockerfile
push: true
tags: "${{ matrix.image }}:${{ matrix.subdir }}"
tags: ghcr.io/code-rhapsodie/docker/"${{ matrix.image }}:${{ matrix.subdir }}"

0 comments on commit 7e268d3

Please sign in to comment.