Skip to content

Commit

Permalink
Add push
Browse files Browse the repository at this point in the history
  • Loading branch information
fwikestad committed Feb 9, 2024
1 parent 437cae3 commit 5d18fef
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,3 +46,13 @@ jobs:
docker ps
docker container logs `docker ps | grep academy-coap | awk '{ print $1; }'`
if: always()

- name: Docker Login
run: |
docker login -u ${{ vars.REGISTRY_USERNAME }} -p ${{ secrets.REGISTRY_PASSWORD }} ${{ vars.REGISTRY_LOGIN_SERVER }}
- name: Push Image
run: |
docker tag academy-coap ${{vars.REGISTRY_LOGIN_SERVER}}/coap |
docker push ${{vars.REGISTRY_LOGIN_SERVER}}/coap

0 comments on commit 5d18fef

Please sign in to comment.