Added missing `uses` to release workflow
parent
1cea23f52f
commit
8bcdd7a86e
|
@ -18,6 +18,7 @@ jobs:
|
||||||
username: ${{secrets.DOCKER_USERNAME}}
|
username: ${{secrets.DOCKER_USERNAME}}
|
||||||
password: ${{secrets.DOCKER_PASSWORD}}
|
password: ${{secrets.DOCKER_PASSWORD}}
|
||||||
- name: Build and push image
|
- name: Build and push image
|
||||||
|
uses: actions/docker-build-push@v4
|
||||||
with:
|
with:
|
||||||
build-args: |
|
build-args: |
|
||||||
VERSION=${{github.ref_name}}
|
VERSION=${{github.ref_name}}
|
||||||
|
|
Loading…
Reference in New Issue