Skip to content

Commit

Permalink
Publish container also to docker hub
Browse files Browse the repository at this point in the history
  • Loading branch information
thasso committed Jul 9, 2024
1 parent eab857f commit c4deade
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/build-container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3

- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USER }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Login to GitHub Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -40,4 +46,5 @@ jobs:
platforms: linux/amd64,linux/arm64
push: true
tags: |
dashif/specs-builder:latest
ghcr.io/dash-industry-forum/dashif-specs:latest

0 comments on commit c4deade

Please sign in to comment.