diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 89ea12f..9575b75 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -46,16 +46,16 @@ jobs: with: context: git images: | - ${{ secrets.DOCKERHUB_REPO }} ghcr.io/${{ github.repository }} + ${{ secrets.DOCKERHUB_REPO }} tags: | type=raw,value=latest,priority=100 type=raw,value=${{ vars.MAJOR }}.${{ vars.MINOR }} labels: | org.opencontainers.image.title=${{ vars.NAME }} env: - DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index - - + DOCKER_METADATA_ANNOTATIONS_LEVELS: manifest,index + - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - @@ -112,6 +112,6 @@ jobs: connection_url: ${{secrets.MAIL_CONNECTION}} subject: Build of ${{ github.event.repository.name }} v${{ steps.meta.outputs.version }} completed body: | - The build job of ${{ github.event.repository.name }} v${{ steps.meta.outputs.version }} was completed successfully! + The build job of ${{ github.event.repository.name }} v${{ steps.meta.outputs.version }} was completed successfully! See https://github.com/${{ github.repository }}/actions for more information.