Skip to content

Commit

Permalink
[player] pull before building
Browse files Browse the repository at this point in the history
  • Loading branch information
julien-jean committed Jan 6, 2025
1 parent 5c5efae commit e63a9f0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,6 @@ jobs:
build-args: |
BLACKFIRE_PLAYER_VERSION="${{ env.COMPOSER_ROOT_VERSION }}@${{ github.sha }}"
push: true
pull: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}
1 change: 1 addition & 0 deletions .github/workflows/build_tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,5 +86,6 @@ jobs:
build-args: |
BLACKFIRE_PLAYER_VERSION=${{ env.VERSION }}
push: true
pull: true
tags: ${{ steps.docker_meta.outputs.tags }}
labels: ${{ steps.docker_meta.outputs.labels }}

0 comments on commit e63a9f0

Please sign in to comment.