Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
ronenhamias committed Dec 10, 2024
2 parents 8a1455c + 40387f0 commit 300331d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: ${{ github.repository }}/robokit
username: ${{ github.actor }}
password: ${{ github.token }}
registry: ghcr.io
platforms: linux/amd64,linux/arm64

robokit-deploy:
needs: build
Expand Down

0 comments on commit 300331d

Please sign in to comment.