Skip to content

Commit

Permalink
: changed
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-matejka committed Dec 25, 2024
1 parent e309f39 commit a70c825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/message-queue-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
id: changed-files
uses: tj-actions/changed-files@v45
with:
files: message-queue/container/${{ env.IMAGE }}
files: message-queue/container/${{ env.IMAGE }}/**

- name: Install podman-compose
if: steps.changed-files.outputs.any_changed == 'true'
Expand Down
1 change: 1 addition & 0 deletions message-queue/container/base-debian/Containerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM ghcr.io/linuxcontainers/debian-slim:12

# Base debian image

# TEMP disable for CI testing
Expand Down

0 comments on commit a70c825

Please sign in to comment.