Now push is the problem
Some checks failed
/ docker (push) Failing after 10s

This commit is contained in:
Melody Becker 2024-12-30 17:46:41 +01:00
parent 7e0dd539b1
commit 1f4d412055
2 changed files with 1 additions and 7 deletions

View file

@ -25,4 +25,4 @@ jobs:
uses: docker/build-push-action@v6
with:
push: true
tags: ${{ env.GITHUB_REPOSITORY }}:latest
tags: ${{ env.GITHUB_SERVER_URL }}/${{ env.GITHUB_REPOSITORY }}:latest

View file

@ -1,6 +0,0 @@
on: [push]
jobs:
test_docker:
runs-on: ubuntu-22.04
steps:
- run: docker info