remove buildx action step for base image job
CI / Build and push base image (push) Successful in 17m12s Details
CI / Build and push target image (go) (push) Successful in 4m7s Details
CI / Build and push target image (rust) (push) Successful in 29m51s Details
CI / Build and push target image (docker) (push) Successful in 37m15s Details

This commit is contained in:
DataHearth 2023-08-10 14:30:49 +02:00
parent 07a24d34ce
commit b011f16cc8
No known key found for this signature in database
GPG Key ID: E88FD356ACC5F3C4
1 changed files with 0 additions and 3 deletions

View File

@ -21,9 +21,6 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Login to Gitea
uses: docker/login-action@v2
with: