Skip to content
This repository was archived by the owner on Jun 6, 2024. It is now read-only.

Commit 1de10f4

Browse files
committed
Use latest image in deployment
1 parent 1aceddc commit 1de10f4

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,13 +44,10 @@ jobs:
4444
needs: build
4545

4646
steps:
47-
- name: Set Release version env variable
48-
run: |
49-
echo "RELEASE_VERSION=v$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout)" >> $GITHUB_ENV
5047
- name: Deploy to Azure Web App
5148
id: deploy-to-webapp
5249
uses: azure/webapps-deploy@v2
5350
with:
5451
app-name: ${{ env.AZURE_WEBAPP_NAME }}
5552
publish-profile: ${{ secrets.AZURE_WEBAPP_PUBLISH_PROFILE }}
56-
images: "ghcr.io/hsg-library/alma-job-runner:${{ env.RELEASE_VERSION }}"
53+
images: "ghcr.io/hsg-library/alma-job-runner:latest"

0 commit comments

Comments
 (0)