From b2131ec72a718cebb1d7db4f1827186791b88610 Mon Sep 17 00:00:00 2001 From: Bart Geesink Date: Wed, 11 Oct 2023 15:10:14 +0200 Subject: [PATCH] GHA docker: No need to tag with the SHA --- .github/workflows/main.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 616a0c6ec..c42ffb971 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -26,9 +26,6 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - with: - driver-opts: | - image=moby/buildkit:v0.12.0 - name: Login to GitHub Container Registry uses: docker/login-action@v2 @@ -50,7 +47,6 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} - type=sha - name: Set docker metadata for web container id: metahttpd @@ -65,7 +61,6 @@ jobs: type=semver,pattern={{version}} type=semver,pattern={{major}}.{{minor}} type=semver,pattern={{major}} - type=sha - name: Build the php-fpm container and push to GitHub Packages uses: docker/build-push-action@v4