publish step
Some checks failed
build-airflow-image / build (push) Failing after 11s
Build images / build-and-push-arch (push) Failing after 15s

This commit is contained in:
Julius Zeidler 2025-04-02 19:01:38 +02:00
parent 07c8d95cf4
commit 82ed517816

View file

@ -8,15 +8,13 @@ jobs:
steps: steps:
- name: Checkout the repo - name: Checkout the repo
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Setup Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to the registry - name: Login to the registry
uses: docker/login-action@v3 uses: docker/login-action@v3
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.PACKAGE_TOKEN }} password: ${{ secrets.PACKAGE_TOKEN }}
- name: Build and Push - name: Build and Pus
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6
with: with:
push: true push: true