Skip to content

Commit

Permalink
fix(ci): replace deprecated image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravnoor Gill committed Dec 29, 2024
1 parent c61db5d commit c4a02e9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 46,7 @@ jobs:
images: noelmni/pynoel-gui-app
tags: |
# dynamically set the branch name as a prefix/suffix
type=raw,value=${{ env.BRANCH_NAME }}-${{ env.BASE_SHORT_SHA_TAG }}
type=raw,value=${{ env.BRANCH_NAME }}-${{ github.event.commit_id }}
- name: Setup Python to build app wheel for Docker image
uses: actions/setup-python@v5
Expand All @@ -71,6 71,6 @@ jobs:
with:
context: .
platforms: linux/amd64
push: true
push: false
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit c4a02e9

Please sign in to comment.