Skip to content

Commit

Permalink
add extra to latest
Browse files Browse the repository at this point in the history
  • Loading branch information
sjnarmstrong committed Aug 15, 2024
1 parent f5677ac commit 67de276
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,16 +148,18 @@ jobs:
uses: docker/build-push-action@v3
with:
context: .
push: false
push: true
tags: ${{ env.DOCKER_IMAGE_NAME }}:${{ env.PACKAGE_VERSION }}
file: docker/Dockerfile

- name: Upload Latest Docker image
uses: docker/build-push-action@v3
if: github.ref == 'refs/heads/main'
with:
context: .
push: true
tags: ${{ env.DOCKER_IMAGE_NAME }}:latest
file: docker/Dockerfile

- name: Publish python package
run: |
Expand Down

0 comments on commit 67de276

Please sign in to comment.