diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index e73865b..e384b48 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -31,4 +31,4 @@ jobs: - name: 'Build the image' run: | docker build . --tag ghcr.io/rubberverse/qor-caddy:latest --build-arg alpine_version=${{env.ALPINE_VERSION}} --build-arg caddy_version=${{env.CADDY_VERSION}} --build-arg build_version=${{env.BUILD_VERSION}} - docker push ghcr.io/rubberverse/qor-caddy:${{env.BUILD_VERSION}} + docker push ghcr.io/rubberverse/qor-caddy:latest