Update workflow
Some checks failed
Build AirSignal Docker image / build-docker (push) Failing after 11s
Some checks failed
Build AirSignal Docker image / build-docker (push) Failing after 11s
This commit is contained in:
@ -8,14 +8,9 @@ jobs:
|
|||||||
build-docker:
|
build-docker:
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
steps:
|
steps:
|
||||||
# - name: Install docker
|
|
||||||
# run: curl -fsSL https://get.docker.com | sh
|
|
||||||
# - name: Setup rootless docker
|
|
||||||
# run: apt-get install -y uidmap && dockerd-rootless-setuptool.sh install
|
|
||||||
- name: Checkout repository
|
- name: Checkout repository
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
- name: Login to container registry
|
- name: Login to container registry
|
||||||
# run: echo ${{ secrets.CONTAINER_REGISTRY_TOKEN }} | docker login -u ${{ secrets.CONTAINER_REGISTRY_USER }} https://gitea.local.chriphost.de --password-stdin
|
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: gitea.local.chriphost.de
|
registry: gitea.local.chriphost.de
|
||||||
@ -24,6 +19,6 @@ jobs:
|
|||||||
- name: Build Docker image
|
- name: Build Docker image
|
||||||
run: docker build . --file Dockerfile
|
run: docker build . --file Dockerfile
|
||||||
- name: Push Docker image
|
- name: Push Docker image
|
||||||
run: docker push https://gitea.local.chriphost.de/christoph/airsignal:latest
|
run: docker push gitea.local.chriphost.de/christoph/airsignal:latest
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user