Skip to content

Commit

Permalink
GHA docker: No need to tag with the SHA
Browse files Browse the repository at this point in the history
  • Loading branch information
quartje authored and MKodde committed Oct 23, 2023
1 parent b97b205 commit b2131ec
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit b2131ec

Please sign in to comment.