From d5e8770b7f6730c3f1e5c15c42721d99cf2a56fc Mon Sep 17 00:00:00 2001 From: Renzo Date: Mon, 18 Dec 2023 12:51:36 -0500 Subject: [PATCH] Update publish_docker.yml --- .github/workflows/publish_docker.yml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/publish_docker.yml b/.github/workflows/publish_docker.yml index 39821ea5e36..a24b71a0749 100644 --- a/.github/workflows/publish_docker.yml +++ b/.github/workflows/publish_docker.yml @@ -11,17 +11,17 @@ jobs: if: github.repository == 'panda-re/panda' && github.ref == 'refs/heads/dev' runs-on: panda-arc steps: - - name: Checkout PANDA at current commit - uses: actions/checkout@v4 - with: - fetch-depth: 0 - name: 'Login to Docker Registry' uses: docker/login-action@v3 with: username: pandare password: ${{secrets.pandare_dockerhub}} - - name: Set up Docker Buildx - uses: docker/setup-buildx-action@v3 + - name: Checkout PANDA at current commit + uses: actions/checkout@v4 + with: + fetch-depth: 0 + #- name: Set up Docker Buildx + # uses: docker/setup-buildx-action@v3 - name: Install git run: sudo apt-get -qq update -y && sudo apt-get -qq install git -y #- name: Build panda:latest