fix build-and-push ?
This commit is contained in:
parent
12d259d3c6
commit
061e0b05b4
@ -15,13 +15,18 @@ jobs:
|
||||
uses: actions/checkout@v3
|
||||
- name: Set up docker buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
- name: Login to Docker Hub for ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
with:
|
||||
driver-opts: |
|
||||
network=giteanet
|
||||
- name: Login to Docker Hub
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
- name: Build and do not push
|
||||
- name: Build and (do not) push
|
||||
uses: docker/build-push-action@v5
|
||||
env:
|
||||
ACTIONS_RUNTIME_TOKEN: ''
|
||||
with:
|
||||
push: false
|
||||
tags: zeguigui/open-report-analyzer:latest
|
Loading…
Reference in New Issue
Block a user