mirror of
https://github.com/house-of-vanity/desubot.git
synced 2025-07-07 04:34:07 +00:00
Fix CI
This commit is contained in:
4
.github/workflows/build-push.yml
vendored
4
.github/workflows/build-push.yml
vendored
@ -58,14 +58,14 @@ jobs:
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
tags: ultardesu/desubot:latest
|
||||
tags: ultradesu/desubot:latest
|
||||
-
|
||||
name: Build and push
|
||||
id: docker_build_tag
|
||||
uses: docker/build-push-action@v2
|
||||
with:
|
||||
push: true
|
||||
tags: ultardesu/desubot:${{ steps.get_version.outputs.FULL_TAG }}
|
||||
tags: ultradesu/desubot:${{ steps.get_version.outputs.FULL_TAG }}
|
||||
|
||||
publish:
|
||||
name: Publish release
|
||||
|
Reference in New Issue
Block a user