Skip to content

Commit

Permalink
Update publish_docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coolkingcole authored Dec 18, 2023
1 parent f9f4d89 commit d5e8770
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d5e8770

Please sign in to comment.