Skip to content

Commit

Permalink
Merge pull request #5238 from mozilla/docker-pre-release-fix
Browse files Browse the repository at this point in the history
MNTOR-null: pre release workflow needs to do a pull first
  • Loading branch information
mansaj authored Oct 25, 2024
2 parents 60e21aa + c5df6e3 commit 1af5c46
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release_cron_daily.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,9 @@ jobs:
images: mozilla/blurts-server
tags: type=sha,format=short,prefix=

- name: Pull Docker image with commit tag
run: docker pull ${{ steps.meta.outputs.tags }}

- name: Tag Docker image with release tag
run: docker tag ${{ steps.meta.outputs.tags }} mozilla/blurts-server:${{ env.CURRENT_DATE }}

Expand Down

0 comments on commit 1af5c46

Please sign in to comment.