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 a835431 commit 35dc7a6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/message-queue-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ jobs:

- name: Build image
run: >
cd message-queue &&
podman-compose
-p ${{ env.PROJECT }}
--podman-build-args "-t ${{ env.IMAGE_FULL }}:${{ github.sha }}"
build "${{ env.IMAGE }}"
> cd message-queue &&
> podman-compose
> -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 35dc7a6

Please sign in to comment.