diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eb6174a..bd52d7b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -36,30 +36,9 @@ jobs: with: fetch-depth: 0 - - name: Docker metadata - id: meta - uses: docker/metadata-action@v5 - with: - context: git - images: | - ${{ secrets.DOCKERHUB_REPO }} - ghcr.io/${{ github.repository }} - 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 - - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 - - - name: Login into Docker Hub - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKERHUB_USERNAME }} - password: ${{ secrets.DOCKERHUB_TOKEN }} - name: Login to GitHub Container Registry uses: docker/login-action@v3 @@ -87,18 +66,7 @@ jobs: tag: "v${{ steps.meta.outputs.version }}" title: "v${{ steps.meta.outputs.version }}" token: ${{ secrets.REPO_ACCESS_TOKEN }} - - - name: Increment version variable - uses: action-pack/bump@v2 - with: - token: ${{ secrets.REPO_ACCESS_TOKEN }} - - - name: Push to Gitlab mirror - uses: action-pack/gitlab-sync@v3 - with: - url: ${{ secrets.GITLAB_URL }} - token: ${{ secrets.GITLAB_TOKEN }} - username: ${{ secrets.GITLAB_USERNAME }} + - name: Send mail uses: action-pack/send-mail@v1