Skip to content

Commit

Permalink
Update docker.yml (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsalo authored Aug 29, 2024
1 parent 1707f0d commit 8e0fc45
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ jobs:
uses: docker/[email protected]
with:
images: nipreps/fmripost-aroma
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
# generate Docker tags based on the following events/attributes
tags: |
type=ref,event=branch
type=semver,pattern={{version}}
- name: Build and push Docker image
uses: docker/[email protected]
Expand Down

0 comments on commit 8e0fc45

Please sign in to comment.