Skip to content

Commit

Permalink
chore(ci): add image path
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Nov 7, 2023
1 parent 9cf1cdb commit 973cb0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/publish-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ jobs:
matrix:
include:
- name: alpine
path: alpine
version:
short: 3
full: 3.17
Expand All @@ -49,7 +50,7 @@ jobs:
with:
filters: |
container_folder:
./${{ matrix.name }}/*
./${{ matrix.path }}/*
# - name: ❔ Stop if files not changed
# if: ${{ steps.file_change.outputs.container_folder != 'true' }}
Expand Down Expand Up @@ -106,7 +107,7 @@ jobs:
id: build_and_push
uses: docker/[email protected]
with:
context: ./${{matrix.name}}
context: ./${{matrix.path}}
push: ${{github.event_name != 'pull_request'}}
tags: ${{steps.meta.outputs.tags}}
labels: ${{steps.meta.outputs.labels}}
Expand Down

0 comments on commit 973cb0a

Please sign in to comment.