Skip to content

Commit

Permalink
added tag to pull of lint image
Browse files Browse the repository at this point in the history
Signed-off-by: udosson <r.klemens@yahoo.de>
  • Loading branch information
udosson committed Oct 14, 2021
1 parent b5183ac commit 2a19753
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -259,7 +259,7 @@ jobs:
needs: [workflow-setup, lint-image]
runs-on: ubuntu-20.04
container:
image: ghcr.io/${{ needs.workflow-setup.outputs.GITHUB_REPOSITORY_NAME }}/node-lint
image: ghcr.io/${{ needs.workflow-setup.outputs.GITHUB_REPOSITORY_NAME }}/node-lint:ubuntu-18-04
steps:
- name: Check out code
uses: actions/checkout@v2
Expand Down

0 comments on commit 2a19753

Please sign in to comment.