We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 484f668 commit d32894eCopy full SHA for d32894e
.github/workflows/docker-image.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v1
+ uses: actions/checkout@v2
14
- name: Build the Docker image
15
run: docker build . --file Dockerfile --tag bakery:$(date +%s)
16
- name: Hadolint Action
0 commit comments