Skip to content
This repository has been archived by the owner on Sep 5, 2024. It is now read-only.

chore(deps): update docker/build-push-action action to v6.7.0 #74

chore(deps): update docker/build-push-action action to v6.7.0

chore(deps): update docker/build-push-action action to v6.7.0 #74

Workflow file for this run

name: Cache
on:
pull_request:
types:
- closed
workflow_dispatch:
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}-cache
cancel-in-progress: true
jobs:
clean:
name: clean
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: mokmok-dev/[email protected]
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}