fix publish?
This commit is contained in:
parent
80ada0d8a1
commit
dea5ade4aa
1 changed files with 5 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ env:
|
|||
|
||||
jobs:
|
||||
build-and-push:
|
||||
runs-on: docker-cli
|
||||
runs-on: catthehacker
|
||||
environment: deploy
|
||||
steps:
|
||||
- name: Prepare environment variables
|
||||
|
|
@ -34,7 +34,10 @@ jobs:
|
|||
registry: ${{ env.REGISTRY }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||
|
||||
build:
|
||||
runs-on: docker-cli
|
||||
environment: deploy
|
||||
steps:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue