Skip to content

Commit

Permalink
modified docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
RaphaelMaser committed May 23, 2024
1 parent 80e1aab commit 97dd124
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
branches:
- "main"
- "development"
tags:
- '*'
release:
types: [published]


jobs:
Expand All @@ -27,7 +27,7 @@ jobs:
id: meta
uses: docker/metadata-action@v5
with:
images: imagingai/$REPOSITORY_NAME
images: imagingai/${{ vars.REPOSITORY_NAME }}
tags: |
type=ref,event=branch
type=ref,event=pr
Expand Down

0 comments on commit 97dd124

Please sign in to comment.