Skip to content

Commit

Permalink
ci/cd fix - test action should only pull one image
Browse files Browse the repository at this point in the history
  • Loading branch information
madelen-at-work committed Dec 6, 2022
1 parent d40d81f commit 1338dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Pull test image
shell: bash
run: |
docker pull ${{ steps.meta_test.outputs.tags }}
docker pull ${{ steps.meta_test.outputs.full_name }}
- name: Set environment variables for test
shell: bash
run: |
Expand Down

0 comments on commit 1338dd4

Please sign in to comment.