Skip to content

Commit

Permalink
test: added checkout step
Browse files Browse the repository at this point in the history
  • Loading branch information
huniafatima-arbi committed Nov 6, 2024
1 parent 8a88126 commit 4694c10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/push-docker-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
with:
script: |
const dockerImages = "${{ needs.set-matrix.outputs.docker_images }}"
console.log('Docker images are: ${dockerImages}')
console.log('Docker images are: ${{dockerImages}}')
const tagName = "${{ github.event.inputs.branch }}" || 'latest';
console.log('Will use tag: ' + tagName);
return tagName;
Expand Down

0 comments on commit 4694c10

Please sign in to comment.