Skip to content

Commit

Permalink
Update Docker tag generation
Browse files Browse the repository at this point in the history
  • Loading branch information
gunrein committed Sep 21, 2023
1 parent 6e66f44 commit a1e059e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,10 @@ jobs:
gunrein/wallowa
# generate Docker tags based on the following events/attributes
tags: |
type=schedule
type=ref,event=branch
type=ref,event=pr
type=ref,event=workflow_dispatch
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to Docker Hub
Expand Down

0 comments on commit a1e059e

Please sign in to comment.