Skip to content

Commit

Permalink
update context
Browse files Browse the repository at this point in the history
  • Loading branch information
cgundy committed Jul 30, 2024
1 parent c29cc12 commit 0e2d558
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-minimal-runner-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@eb539f44b153603ccbfbd98e2ab9d4d0dcaf23a4 # v5
with:
context: ${{ github.workspace}}${{inputs.context }}
context: ${{ github.workspace}}/.github/minimal-runner-image
push: true
tags: |
ghcr.io/${{ github.repository_owner }}/minimal-runner-image:${{ env.TAG }}
Expand Down

0 comments on commit 0e2d558

Please sign in to comment.