Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Roberto Scolaro <[email protected]>
  • Loading branch information
therealbobo committed Dec 9, 2024
1 parent 2e662a9 commit f6cce7d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/builder-update.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,11 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: test
id: build-skeleton-builder-test
run:
echo ${{ format('{0}:dev,{0}:{1}', env.SKEL_BUILDER_IMAGE_BASE, github.sha) }}

- name: Build new skeleton builder
id: build-skeleton-builder
uses: docker/build-push-action@v3

Check failure on line 41 in .github/workflows/builder-update.yaml

View workflow job for this annotation

GitHub Actions / actionlint

[actionlint] reported by reviewdog 🐶 the runner of "docker/build-push-action@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action] Raw Output: .github/workflows/builder-update.yaml:41:15: the runner of "docker/build-push-action@v3" action is too old to run on GitHub Actions. update the action's version to fix this issue [action]
Expand Down

0 comments on commit f6cce7d

Please sign in to comment.