Fixed container tags
parent
6e392c11a6
commit
1f8efe5c81
|
@ -28,7 +28,7 @@ jobs:
|
||||||
uses: actions/docker-build-push@v4
|
uses: actions/docker-build-push@v4
|
||||||
with:
|
with:
|
||||||
tags: |
|
tags: |
|
||||||
${{secrets.DOCKER_REGISTRY}}/${{github.repository}}-fpm:${{github.ref_name}}
|
${{secrets.DOCKER_REGISTRY}}/${{github.repository}}:${{github.ref_name}}-fpm
|
||||||
${{secrets.DOCKER_REGISTRY}}/${{github.repository}}-fpm:latest
|
${{secrets.DOCKER_REGISTRY}}/${{github.repository}}:latest-fpm
|
||||||
file: Dockerfile-fpm
|
file: Dockerfile-fpm
|
||||||
push: true
|
push: true
|
||||||
|
|
Loading…
Reference in New Issue