Skip to content

Commit

Permalink
fix(ci): Fix GHCR login (#8)
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Swanson <erik@retailnext.net>
  • Loading branch information
eriksw committed Jun 12, 2023
1 parent a108e0e commit 6de2842
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
env:
IMAGE: "ghcr.io/${{ github.repository }}"
PLATFORMS: "linux/amd64,linux/arm64"
REGISTRY: "ghcr.io"
TEST_TAG: "ghcr.io/${{ github.repository }}:test"
jobs:
docker:
Expand Down

0 comments on commit 6de2842

Please sign in to comment.