Skip to content

Commit

Permalink
Set the prefix for the github action that publishes to docker.
Browse files Browse the repository at this point in the history
  • Loading branch information
josvandervelde committed Nov 10, 2024
1 parent f101ab5 commit 429f68c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
with:
images: "openml/frontend"
tags: |
type=setype=semver,pattern={{raw}},prefix=dev_
type=semver,pattern={{raw}},prefix=dev_
- name: Build and push
id: docker_build
Expand Down

0 comments on commit 429f68c

Please sign in to comment.