Skip to content

Commit

Permalink
Update Docker workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero authored Feb 18, 2024
1 parent beb6374 commit c782ae2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,7 @@ concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: ${{ startsWith(github.ref, 'refs/pull/') }}
env:
IMAGES: |
${{ vars.DOCKERHUB_REPOSITORY || github.repository }}
IMAGES: ${{ vars.DOCKERHUB_REPOSITORY || github.repository }}
jobs:
docker:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -54,4 +53,6 @@ jobs:
labels: ${{ steps.meta.outputs.labels }}
build-args: | # Julia's Pkg expects a Git repository
BUILDKIT_CONTEXT_KEEP_GIT_DIR=true
cache-from: type=gha
cache-to: type=gha,mode=max
push: ${{ github.event_name == 'push' }}

0 comments on commit c782ae2

Please sign in to comment.