Skip to content

Commit

Permalink
try path context
Browse files Browse the repository at this point in the history
  • Loading branch information
jashapiro committed Apr 22, 2024
1 parent bb9f6f9 commit da5315e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/build-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,9 @@ jobs:
suffix: "-slim"

steps:
- name: checkout
uses: actions/checkout@v4

- name: Download slim image artifact
uses: actions/download-artifact@v4
with:
Expand Down Expand Up @@ -97,7 +100,7 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v5
with:
context: "{{defaultContext}}:docker"
context: ./docker
file: ${{ matrix.dockerfile }}
push: ${{ github.event_name == 'push' }}
outputs: type=docker,dest=/tmp/slim.tar # output for sharing
Expand Down

0 comments on commit da5315e

Please sign in to comment.