fix: do not use build-push-action and buildx
Some checks failed
build image / build (push) Failing after 57s
Some checks failed
build image / build (push) Failing after 57s
This commit is contained in:
parent
976d7aff62
commit
ea354f750d
1 changed files with 8 additions and 10 deletions
|
@ -25,13 +25,11 @@ jobs:
|
|||
registry: code.bcarlin.net
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ github.token }}
|
||||
-
|
||||
name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
-
|
||||
name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: true
|
||||
pull: true
|
||||
tags: code.bcarlin.net/oci/browsers:latest
|
||||
|
||||
- name: Build image
|
||||
run: |
|
||||
docker build -t code.bcarlin.net/oci/browsers:latest .
|
||||
|
||||
- name: Push image
|
||||
run: |
|
||||
docker push code.bcarlin.net/oci/browsers:latest
|
||||
|
|
Loading…
Reference in a new issue