Skip to content

Commit

Permalink
add back in the latest build
Browse files Browse the repository at this point in the history
  • Loading branch information
coolkingcole authored Dec 18, 2023
1 parent ede9df0 commit e627660
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,16 +19,15 @@ jobs:
- name: Install git
run: sudo apt-get -qq update -y && sudo apt-get -qq install git -y
- name: Checkout PANDA at current commit
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
fetch-depth: 0
#- name: Set up Docker Buildx
# uses: docker/setup-buildx-action@v3
#- name: Build panda:latest
# uses: docker/build-push-action@v5
# with:
# tags: pandare/panda:${{ github.sha }}
# target: panda
- name: Build panda:latest
uses: docker/build-push-action@v5
with:
context: ${{ github.workspace }}
tags: pandare/panda:${{ github.sha }}
target: panda
- name: Build pandadev:latest
uses: docker/build-push-action@v5
with:
Expand Down

0 comments on commit e627660

Please sign in to comment.