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