diff --git a/.github/workflows/publish-ghcr.yaml b/.github/workflows/publish-ghcr.yaml index 1f910a06..d1fd396c 100644 --- a/.github/workflows/publish-ghcr.yaml +++ b/.github/workflows/publish-ghcr.yaml @@ -12,5 +12,5 @@ jobs: - name: Build and push the image run: | docker login --username danielbrendel --password ${{ secrets.GH_CONTAINER_REGISTRY }} ghcr.io - docker build . --tag ghcr.io/danielbrendel/hortusfox-web:latest - docker push ghcr.io/danielbrendel/hortusfox-web:latest \ No newline at end of file + docker build . --tag ghcr.io/danielbrendel/hortusfox-web:latest --tag ghcr.io/danielbrendel/hortusfox-web:${{ github.ref_name }} + docker push --all-tags ghcr.io/danielbrendel/hortusfox-web