mirror of
https://github.com/KoriIku/luxirty-search
synced 2024-11-22 00:28:00 +00:00
Update main.yml
This commit is contained in:
parent
4d4c1ec520
commit
019399b322
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
@ -35,8 +35,7 @@ jobs:
|
||||
docker buildx build --platform linux/amd64,linux/arm64 . \
|
||||
--file Dockerfile \
|
||||
--tag $IMAGE_NAME \
|
||||
--label "runnumber=${GITHUB_RUN_ID}" \
|
||||
--push
|
||||
--label "runnumber=${GITHUB_RUN_ID}"
|
||||
|
||||
- name: Log in to registry
|
||||
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
|
||||
|
Loading…
Reference in New Issue
Block a user