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:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
runs-on: docker-cli
|
runs-on: catthehacker
|
||||||
environment: deploy
|
environment: deploy
|
||||||
steps:
|
steps:
|
||||||
- name: Prepare environment variables
|
- name: Prepare environment variables
|
||||||
|
|
@ -34,7 +34,10 @@ jobs:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ github.actor }}
|
||||||
password: ${{ secrets.PACKAGE_TOKEN }}
|
password: ${{ secrets.PACKAGE_TOKEN }}
|
||||||
|
build:
|
||||||
|
runs-on: docker-cli
|
||||||
|
environment: deploy
|
||||||
|
steps:
|
||||||
- name: Set up Docker Buildx
|
- name: Set up Docker Buildx
|
||||||
uses: docker/setup-buildx-action@v3
|
uses: docker/setup-buildx-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue