Update .forgejo/workflows/package-check.yml
This commit is contained in:
parent
e792b61d32
commit
f4c1f7bd8a
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ jobs:
|
|||
git fetch --all --tags
|
||||
git checkout tags/$NEWEST_VERSION
|
||||
docker build --build-arg NPROC=1 -t $DOCKER_REGISTRY/$REGISTRY_USER/$PACKAGE:latest -t $DOCKER_REGISTRY/$REGISTRY_USER/$PACKAGE:$NEWEST_VERSION .
|
||||
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login $DOCKER_REGISTRY -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
|
||||
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login $DOCKER_REGISTRY -u $REGISTRY_USER --password-stdin
|
||||
docker push --all-tags $DOCKER_REGISTRY/$REGISTRY_USER/$PACKAGE
|
||||
|
||||
- name: Commit updated metadata
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue