From 293244e3582aec12e2efbf020cd98c595d513f94 Mon Sep 17 00:00:00 2001 From: Son Date: Tue, 12 Mar 2024 14:23:33 -0400 Subject: [PATCH] ci: remove automated pr tag --- .github/workflows/pr-build.yml | 21 ++------------------- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/.github/workflows/pr-build.yml b/.github/workflows/pr-build.yml index 73abba6f..a2d804ef 100644 --- a/.github/workflows/pr-build.yml +++ b/.github/workflows/pr-build.yml @@ -14,29 +14,12 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: Docker - Login - uses: docker/login-action@v3 - with: - username: ${{ secrets.DOCKER_USERNAME }} - password: ${{ secrets.DOCKER_PASSWORD }} - - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Docker - Metadata - id: meta - uses: docker/metadata-action@v5 - with: - images: | - ${{ github.repository }} - # generate Docker tags based on the following events/attributes - tags: | - type=raw,value=pr-${{ github.event.number }} - flavor: latest=false - - name: Docker - Build / Push id: docker_build uses: docker/build-push-action@v5 with: - push: true - tags: ${{ steps.meta.outputs.tags }} + push: false + tags: ${{ github.run_id }}