Skip to content

Commit

Permalink
Update docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alafon authored Sep 18, 2023
1 parent c35be37 commit 80afa8e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
subdir: debian-buster-tools
- image: ansible
subdir: ezplatform-toolbox
- image: docker-compose
subdir: latest
steps:
-
name: Set up QEMU
Expand All @@ -39,4 +41,4 @@ jobs:
context: "{{defaultContext}}:${{ matrix.image }}/${{ matrix.subdir }}"
file: ./Dockerfile
push: true
tags: "ghcr.io/code-rhapsodie/docker/${{ matrix.image }}:${{ matrix.subdir }}"
tags: "ghcr.io/code-rhapsodie/docker/${{ matrix.image }}:${{ matrix.subdir }}"

0 comments on commit 80afa8e

Please sign in to comment.