refactor: keep workflow simple
Build And Push Image / docker (push) Failing after 5s Details

This commit is contained in:
Ron 2025-08-06 19:11:51 +03:00
parent 902f36ee12
commit b319f6045f
1 changed files with 0 additions and 5 deletions

View File

@ -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: |