Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
kaizhang committed Mar 31, 2024
1 parent bb7d791 commit b785494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Build Dockerfile
uses: docker/build-push-action@v5
with:
context: docker/recommend-interactive
context: docker/default
build-args: |
BASE_PYTHON_IMAGE=${{ matrix.base-docker-image }}
SNAP_ATAC_VERSION=${{ inputs.version }}
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
- name: Push to Docker Hub
uses: docker/build-push-action@v5
with:
context: docker/recommend-interactive
context: docker/default
platforms: linux/amd64
build-args: |
BASE_PYTHON_IMAGE=${{ matrix.base-docker-image }}
Expand Down

0 comments on commit b785494

Please sign in to comment.