Skip to content

Commit

Permalink
Minor: Personalizing GitAction
Browse files Browse the repository at this point in the history
  • Loading branch information
oandrefonseca committed Jul 15, 2024
1 parent 8b5c60c commit 76b08f5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker-basic-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
branches: [ main ]
tags: [ 'v*.*.*' ]
paths:
- 'docker/nf-quarto.Dockerfile.Dockerfile'
- 'docker/nf-quarto.Dockerfile'
- '.github/workflows/docker-basic-publish.yml'

jobs:
Expand All @@ -26,7 +26,7 @@ jobs:
id: meta
uses: docker/metadata-action@v4
with:
images: lexanomics/nf-quarto.Dockerfile
images: ${{ secrets.DOCKERHUB_USERNAME }}/nf-quarto.Dockerfile
tags: |
type=schedule
type=ref,event=branch
Expand All @@ -43,7 +43,7 @@ jobs:
uses: docker/build-push-action@v4
with:
context: ./docker
file: ./docker/nf-quarto.Dockerfile.Dockerfile
file: ./docker/nf-quarto.Dockerfile
push: true
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
Expand Down
Binary file modified assets/template/.DS_Store
Binary file not shown.

0 comments on commit 76b08f5

Please sign in to comment.