Fixed container tags
Test / test_build (push) Successful in 8s Details
Release / build_push (push) Successful in 10s Details

master 8.2
Gertjan Krol 2023-09-02 17:14:26 +02:00
parent 6e392c11a6
commit 1f8efe5c81
1 changed files with 2 additions and 2 deletions

View File

@ -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