Skip to content

Commit

Permalink
Push to GHCR
Browse files Browse the repository at this point in the history
Signed-off-by: Till Wegmueller <[email protected]>
  • Loading branch information
Toasterson committed Jul 26, 2023
1 parent 9203de5 commit 0151835
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,19 +16,26 @@ jobs:
-
name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
-
name: Login to GitHub Container Registry
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ github.token }}
-
name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: openflowlabs/oxifed/identd:${{ github.ref_name }}
tags: ghcr.io/openflowlabs/oxifed/identd:${{ github.ref_name }}
file: crates/identd/Dockerfile
-
name: Build and push
uses: docker/build-push-action@v4
with:
context: .
push: true
tags: openflowlabs/oxifed/domainservd:${{ github.ref_name }}
tags: ghcr.io/openflowlabs/oxifed/domainservd:${{ github.ref_name }}
file: crates/domainservd/Dockerfile

0 comments on commit 0151835

Please sign in to comment.