New entrypoint
This commit is contained in:
@@ -75,14 +75,12 @@ jobs:
|
||||
registry: ${{ vars.REGISTRY }}
|
||||
username: ${{ vars.DEPLOY_USER }}
|
||||
password: ${{ secrets.DEPLOY_TOKEN }}
|
||||
add-hosts: ${{ vars.ADD_HOSTS }}
|
||||
- name: Build and push receiver container
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
tags: ${{ vars.REGISTRY }}/ham/hamview-receiver:latest
|
||||
context: .
|
||||
add-hosts: ${{ vars.ADD_HOSTS }}
|
||||
platforms: |
|
||||
linux/amd64
|
||||
linux/arm/v6
|
||||
|
||||
Reference in New Issue
Block a user