diff --git a/.forgejo/workflows/build_deploy.yaml b/.forgejo/workflows/build_deploy.yaml index 4f8c458..0b9f5ed 100644 --- a/.forgejo/workflows/build_deploy.yaml +++ b/.forgejo/workflows/build_deploy.yaml @@ -19,10 +19,7 @@ jobs: with: images: git.unjx.de/${{ github.repository }} tags: | - type=ref,event=branch - type=ref,event=pr type=semver,pattern={{version}} - type=semver,pattern={{major}}.{{minor}} labels: | org.opencontainers.image.title=GoDash org.opencontainers.image.description=Blasing fast start page for your services @@ -36,10 +33,11 @@ jobs: - name: Build uses: docker/build-push-action@v6 with: + load: true tags: ${{ steps.meta.outputs.tags }} build-args: | V_GOLANG=${{ vars.V_GOLANG }} V_NODE=${{ vars.V_NODE }} V_ALPINE=${{ vars.V_ALPINE }} - name: Push - run: docker push ${{ env.LATEST_IMAGE }} + run: docker push ${{ steps.meta.outputs.tags }}