refactor: keep workflow simple
Build And Push Image / docker (push) Failing after 5s
Details
Build And Push Image / docker (push) Failing after 5s
Details
This commit is contained in:
parent
902f36ee12
commit
b319f6045f
|
|
@ -6,9 +6,6 @@ jobs:
|
||||||
docker:
|
docker:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout Repository
|
|
||||||
uses: actions/checkout@v4
|
|
||||||
|
|
||||||
- name: Login To Registry
|
- name: Login To Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
|
|
@ -22,8 +19,6 @@ jobs:
|
||||||
- name: Build And Push
|
- name: Build And Push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
with:
|
with:
|
||||||
context: .
|
|
||||||
file: ./Dockerfile
|
|
||||||
platforms: linux/amd64
|
platforms: linux/amd64
|
||||||
push: true
|
push: true
|
||||||
tags: |
|
tags: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue