Skip to content

Commit

Permalink
Update publish_docker.yml
Browse files Browse the repository at this point in the history
change docker action to push
  • Loading branch information
coolkingcole authored Jan 2, 2024
1 parent ba533a6 commit bbcd038
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,14 @@ jobs:
- name: Build panda:latest
uses: docker/build-push-action@v5
with:
push: true
context: ${{ github.workspace }}
tags: pandare/panda:${{ github.sha }}
target: panda
- name: Build pandadev:latest
uses: docker/build-push-action@v5
with:
push: true
context: ${{ github.workspace }}
tags: pandare/pandadev:${{ github.sha }}
target: developer
Expand Down

0 comments on commit bbcd038

Please sign in to comment.