Skip to content

Commit

Permalink
Push docker image to dockerhub
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthias Wiesner committed Feb 22, 2024
1 parent 11c9665 commit df90e1b
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,11 @@ jobs:
images: openhpi/transpipe
tags: |
type=raw,value=latest
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=edge,branch=main
type=raw,value={{sha}}
type=ref,event=tag
type=ref,event=pr
type=edge,enable=true,priority=700,prefix=,suffix=,branch=$repo.default_branch
- name: Build and push Docker image
uses: docker/build-push-action@v5
Expand Down

0 comments on commit df90e1b

Please sign in to comment.