Skip to content

Commit

Permalink
Fix Docker image tags on GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
owenthereal committed May 21, 2024
1 parent 025d188 commit e1aa014
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ jobs:
images: |
ghcr.io/owenthereal/upterm/uptermd
tags: |
type=raw,value=latest,enable={{is_default_branch}}
type=semver,pattern={{raw}}
type=raw,value=latest
type=sha,prefix=,suffix=,format=long
- name: Docker build and push
uses: docker/build-push-action@v5
Expand Down

0 comments on commit e1aa014

Please sign in to comment.