Update .forgejo/workflows/build.yml
This commit is contained in:
parent
4fb033c480
commit
bce6622976
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ jobs:
|
|||
- name: Build and push Docker image
|
||||
if: env.UPDATE == 'true'
|
||||
run: |
|
||||
docker build -t $DOCKER_REGISTRY/$REGISTRY_USER/docker-$PACKAGE:latest -t $DOCKER_REGISTRY/$REGISTRY_USER/$PACKAGE-alpine:$NEWEST_VERSION .
|
||||
docker build -t $DOCKER_REGISTRY/$REGISTRY_USER/$PACKAGE-alpine:latest -t $DOCKER_REGISTRY/$REGISTRY_USER/$PACKAGE-alpine:$NEWEST_VERSION .
|
||||
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login $DOCKER_REGISTRY -u $REGISTRY_USER --password-stdin
|
||||
docker push --all-tags $DOCKER_REGISTRY/$REGISTRY_USER/$PACKAGE-alpine
|
||||
echo "$NEWEST_VERSION" > .last_version
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue