Skip to content

Commit

Permalink
.github: tag image
Browse files Browse the repository at this point in the history
  • Loading branch information
bugobliterator committed Aug 23, 2023
1 parent 3f3c820 commit 532dc93
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/publish-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,9 @@ jobs:
- name: Login to Github Container Registry
run: |
echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Tag image
run: |
docker tag cubepilot/nrfconnect-sdk:${{ matrix.ncs_branch }} ghcr.io/cubepilot/nrfconnect-sdk:${{ matrix.ncs_branch }}
- name: Push image
run: |
docker push ghcr.io/cubepilot/nrfconnect-sdk:${{ matrix.ncs_branch }}
docker push ghcr.io/cubepilot/nrfconnect-sdk:${{ matrix.ncs_branch }}

0 comments on commit 532dc93

Please sign in to comment.