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:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: Login To Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
|
|
@ -22,8 +19,6 @@ jobs:
|
|||
- name: Build And Push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
file: ./Dockerfile
|
||||
platforms: linux/amd64
|
||||
push: true
|
||||
tags: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue