Skip to content

remove unused action #104

remove unused action

remove unused action #104

Workflow file for this run

name: 'test to publish docker image'
on:
push:
jobs:
test:
runs-on: ubuntu-22.04
steps:
- name: 'test'
uses: kengo-k/docker-build@main
with:
token: ${{ secrets.GHCR_TOKEN }}
timezone: 'Asia/Tokyo'
args: |
- path: .github/workflows/Dockerfile
name: helloworld
branch: main
only_changed: false
with_branch_name: true
with_timestamp: true
with_commit_sha: true