Skip to content

Commit

Permalink
fixing docker pull command for modbus-client pull
Browse files Browse the repository at this point in the history
  • Loading branch information
cybcon committed Sep 3, 2024
1 parent 15f1649 commit 7998ce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/container-image-build-validation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin
- name: Pull Modbus Client for functionality test
run: |
docker ghcr.io/cybcon/modbus-client/modbus-client:test
docker pull ghcr.io/cybcon/modbus-client/modbus-client:test
echo "# Modbus functionality test" >> ${GITHUB_STEP_SUMMARY}
- name: Get modbus server address
id: modbus-server-address
Expand Down

0 comments on commit 7998ce5

Please sign in to comment.