Skip to content

Commit

Permalink
Disable latest docker tag
Browse files Browse the repository at this point in the history
  • Loading branch information
drogus committed Nov 9, 2023
1 parent fa96dc2 commit 5c1d97b
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
type=ref,event=branch,prefix=branch-
type=sha,prefix=commit-
type=ref,event=tag
type=raw,value=latest,enable=false
flavor: |
latest=false
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Cache Docker layers
Expand Down Expand Up @@ -79,7 +80,8 @@ jobs:
type=ref,event=branch,prefix=branch-
type=sha,prefix=commit-
type=ref,event=tag
type=raw,value=latest,enable=false
flavor: |
latest=false
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Cache Docker layers
Expand Down

0 comments on commit 5c1d97b

Please sign in to comment.