mirror of
https://github.com/excalidraw/excalidraw.git
synced 2025-05-03 10:00:07 -04:00
fix : linting and formatting issues
This commit is contained in:
parent
c3e41dab99
commit
8609cbe9d6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/publish-docker.yml
vendored
4
.github/workflows/publish-docker.yml
vendored
|
@ -8,10 +8,10 @@ on:
|
|||
jobs:
|
||||
publish-docker:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Login to DockerHub
|
||||
uses: docker/login-action@v2
|
||||
with:
|
||||
|
@ -30,7 +30,7 @@ jobs:
|
|||
type=ref,event=tag
|
||||
type=semver,pattern={{version}}
|
||||
type=raw,value={{date 'YYYYMMDD'}}
|
||||
|
||||
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v3
|
||||
with:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue