Skip to content

Commit

Permalink
use 0 tag
Browse files Browse the repository at this point in the history
  • Loading branch information
sgalsaleh committed Dec 6, 2023
1 parent fb0459a commit 68d35b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -429,8 +429,8 @@ jobs:

- name: push minio for e2e
run: |
docker pull cgr.dev/kots.replicated.com/minio:${{ steps.dotenv.outputs.minio_tag }}
docker tag cgr.dev/kots.replicated.com/minio:${{ steps.dotenv.outputs.minio_tag }} ttl.sh/automated-${{ github.run_id }}/minio:${{ steps.dotenv.outputs.minio_tag }}
docker pull cgr.dev/kots.replicated.com/minio:0
docker tag cgr.dev/kots.replicated.com/minio:0 ttl.sh/automated-${{ github.run_id }}/minio:${{ steps.dotenv.outputs.minio_tag }}
docker push ttl.sh/automated-${{ github.run_id }}/minio:${{ steps.dotenv.outputs.minio_tag }}
Expand Down

0 comments on commit 68d35b4

Please sign in to comment.