Skip to content

Commit

Permalink
Update publish_docker.yml
Browse files Browse the repository at this point in the history
give additional latest tag
  • Loading branch information
coolkingcole authored Jan 2, 2024
1 parent bbcd038 commit 558d399
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 @@ -27,14 +27,14 @@ jobs:
with:
push: true
context: ${{ github.workspace }}
tags: pandare/panda:${{ github.sha }}
tags: pandare/panda:${{ github.sha }}, pandare/panda:latest
target: panda
- name: Build pandadev:latest
uses: docker/build-push-action@v5
with:
push: true
context: ${{ github.workspace }}
tags: pandare/pandadev:${{ github.sha }}
tags: pandare/pandadev:${{ github.sha }}, pandare/pandadev:latest
target: developer

- name: Checkout docs and reset
Expand Down

0 comments on commit 558d399

Please sign in to comment.