Skip to content

Commit

Permalink
fix: test tag
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight committed Dec 23, 2024
1 parent 3e7ea28 commit fd69dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-pull-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:

- name: Pull existing image
id: pull-existing
run: make pull/${{ inputs.image }} REPO=${{ inputs.registry-name }}.azurecr.io TAG=staged-builds-revised-stages
run: make pull/${{ inputs.image }} REPO=${{ inputs.registry-name }}.azurecr.io TAG=${{ github.head_ref }}

- name: Set Up Python for Test Suite
uses: actions/setup-python@v4
Expand Down

0 comments on commit fd69dfe

Please sign in to comment.