Skip to content

Commit

Permalink
Use env context instead of environment variables directly
Browse files Browse the repository at this point in the history
  • Loading branch information
rtm516 committed Sep 13, 2023
1 parent d8f7d9f commit 9cfdd23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-pterodactyl-geyser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@0565240e2d4ab88bba5387d719585280857ece09 # v5.0.0
with:
context: $DOCKER_CONTAINER/
context: ${{ env.DOCKER_CONTAINER }}/
platforms: linux/amd64,linux/arm64
push: true
tags: ghcr.io/$DOCKER_OWNER/$DOCKER_CONTAINER:latest
tags: ghcr.io/${{ env.DOCKER_OWNER }}/${{ env.DOCKER_CONTAINER }}:latest

0 comments on commit 9cfdd23

Please sign in to comment.