Skip to content

Commit

Permalink
try using latest
Browse files Browse the repository at this point in the history
  • Loading branch information
aine-etke committed Aug 20, 2024
1 parent 1094254 commit ffe29a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
name: Build and Release
needs: build-publish
runs-on: ubuntu-latest
container: ghcr.io/${{ github.repository }}:${{ env.app_version }}
container: ghcr.io/${{ github.repository }} # as this job depends on the build-publish and build-publish always publishes the latest tag
steps:
- uses: actions/checkout@v4
- name: Configure
Expand Down

0 comments on commit ffe29a4

Please sign in to comment.