diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 466335b..71d3806 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -17,16 +17,10 @@ jobs: with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} - - name: Extract metadata - id: meta - uses: docker/metadata-action@v5 - with: - images: niklasstoffers/gitlab-auto-approve - name: Build and push uses: docker/build-push-action@v5 with: context: . file: ./Dockerfile push: true - tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + tags: ${{ github.sha }} \ No newline at end of file