diff --git a/.github/workflows/dockerimage.yml b/.github/workflows/dockerimage.yml index 5a9a30d..122f43e 100644 --- a/.github/workflows/dockerimage.yml +++ b/.github/workflows/dockerimage.yml @@ -4,12 +4,12 @@ on: push: branches: - master - + - ci jobs: build: runs-on: ubuntu-latest steps: - - uses: {owner}/{repo}@ref + - uses: actions/checkout@master - name: Build the Docker image run: docker build . --file Dockerfile --tag nip:$(date +%s)