Skip to content

Commit

Permalink
add tag
Browse files Browse the repository at this point in the history
  • Loading branch information
fwilhe committed Aug 29, 2024
1 parent 887407e commit 4658b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
with:
name: build-artifacts
path: build
- run: docker buildx build --file=Containerfile --platform=linux/amd64,linux/arm64 --push .
- run: docker buildx build --file=Containerfile --platform=linux/amd64,linux/arm64 --push --tag=ghcr.io/gardenlinux/glvd-api:edge .
# - run: podman build --platform linux/amd64,linux/arm64 --manifest ghcr.io/gardenlinux/glvd-api:edge .
# - run: podman login -u token -p ${{ github.token }} ghcr.io
# - run: podman push ghcr.io/gardenlinux/glvd-api:edge
Expand Down

0 comments on commit 4658b7d

Please sign in to comment.