Skip to content

Commit

Permalink
use updated docker gha
Browse files Browse the repository at this point in the history
  • Loading branch information
dhirving committed Nov 15, 2023
1 parent b842fb1 commit 1b35b96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
# figure out version number
fetch-depth: 0

- uses: lsst-sqre/build-and-push-to-ghcr@v1
- uses: lsst-sqre/build-and-push-to-ghcr@tickets/DM-41568
id: build
with:
image: ${{ github.repository }}
Expand All @@ -73,5 +73,5 @@ jobs:
- name: Run smoke test
run: |
export BUTLER_SERVER_DOCKER_IMAGE=${{ github.repository }}:${{ steps.build.outputs.tag }}
export BUTLER_SERVER_DOCKER_IMAGE=${{ steps.build.outputs.imageid }}
python tests_integration/test_docker_container.py

0 comments on commit 1b35b96

Please sign in to comment.