Skip to content

Commit

Permalink
.github/workflows/message-queue-ci.yaml:
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-matejka committed Dec 25, 2024
1 parent db8b79d commit 17d6071
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/message-queue-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ jobs:
run: >
cd message-queue &&
podman-compose
-p ${{ env.PROJECT }}
--podman-build-args "-t ${{ env.IMAGE_FULL }}:${{ github.sha }}"
build "${{ env.IMAGE }}"
-p ${{ env.PROJECT }}
--podman-build-args "-t ${{ env.IMAGE_FULL }}:${{ github.sha }}"
build "${{ env.IMAGE }}"
- name: Print podman images
run: podman image ls -a
Expand Down

0 comments on commit 17d6071

Please sign in to comment.