This commit is contained in:
parent
7e0dd539b1
commit
1f4d412055
2 changed files with 1 additions and 7 deletions
|
@ -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
|
||||
|
|
|
@ -1,6 +0,0 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
test_docker:
|
||||
runs-on: ubuntu-22.04
|
||||
steps:
|
||||
- run: docker info
|
Loading…
Reference in a new issue