Skip to content

Commit

Permalink
Fix Dockerfile context
Browse files Browse the repository at this point in the history
  • Loading branch information
garrettjstevens committed Oct 4, 2024
1 parent 6fb5644 commit 57e5d75
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ jobs:
platforms: linux/arm64/v8,linux/amd64
push: true
tags: ghcr.io/gmod/apollo-cli:${{ inputs.tag }}
context: packages/apollo-cli
file:
${{ inputs.tag == 'dev' && 'packages/apollo-cli/dev.Dockerfile' ||
'packages/apollo-cli/Dockerfile' }}
Expand Down

0 comments on commit 57e5d75

Please sign in to comment.