Skip to content

Commit

Permalink
github workflow for docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
arosenfeld committed Jan 5, 2024
1 parent 6b3304a commit 70ac8b1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/container.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ jobs:
runs-on: ubuntu-latest
steps:
-
uses: mr-smithers-excellent/docker-build-push@v6
name: Build & push Docker image
uses: mr-smithers-excellent/docker-build-push@v6
with:
image: repo/image
registry: ghcr.io
tags: ${{ steps.meta.outputs.tags }}
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}
image: arosenfeld/immunedb
registry: ghcr.io
tags: ${{ steps.meta.outputs.tags }}
username: ${{ secrets.GHCR_USERNAME }}
password: ${{ secrets.GHCR_TOKEN }}

0 comments on commit 70ac8b1

Please sign in to comment.