Skip to content

Commit

Permalink
apt install git first
Browse files Browse the repository at this point in the history
  • Loading branch information
coolkingcole authored Dec 18, 2023
1 parent acfabc8 commit ede9df0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ jobs:
with:
username: pandare
password: ${{secrets.pandare_dockerhub}}
- 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
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
# uses: docker/build-push-action@v5
# with:
Expand Down

0 comments on commit ede9df0

Please sign in to comment.