This repository has been archived by the owner on May 27, 2024. It is now read-only.
feat(Dependencies): Update actions/checkout action to v4.1.6 #2301
Workflow file for this run
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: build-image | |
on: pull_request | |
jobs: | |
build-test: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Workflow run cleanup action | |
uses: rokroskar/[email protected] | |
env: | |
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}" | |
- uses: actions/[email protected] | |
- run: docker build --no-cache . |