mirror of
https://github.com/Bubka/2FAuth.git
synced 2025-06-19 19:28:08 +02:00
Fix docker :dev build workflow
This commit is contained in:
parent
47ea148aba
commit
1ef1f15633
4
.github/workflows/ci-docker-dev.yml
vendored
4
.github/workflows/ci-docker-dev.yml
vendored
@ -82,7 +82,7 @@ jobs:
|
||||
build-args: |
|
||||
CREATED=${{ steps.set_vars.outputs.created }}
|
||||
COMMIT=${{ steps.set_vars.outputs.commit }}
|
||||
VERSION=${{ steps.set_version.outputs.version }}
|
||||
VERSION=${{ steps.set_vars.outputs.version }}
|
||||
tags: |
|
||||
2fauth/2fauth:${{ steps.set_version.outputs.version }}
|
||||
2fauth/2fauth:${{ steps.set_vars.outputs.version }}
|
||||
push: true
|
||||
|
Loading…
x
Reference in New Issue
Block a user