We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 57f13f9 commit 80b524eCopy full SHA for 80b524e
.github/workflows/dockerhub-deployment.yml
@@ -8,6 +8,10 @@ jobs:
8
test-build-push:
9
runs-on: ubuntu-latest
10
steps:
11
+ - name: Checkout current branch (full)
12
+ uses: actions/checkout@v4
13
+ with:
14
+ fetch-depth: 0
15
- name: Set up Java
16
uses: actions/setup-java@v4
17
with:
@@ -25,7 +29,6 @@ jobs:
25
29
echo $'{ "experimental": true }' | sudo tee /etc/docker/daemon.json
26
30
sudo service docker restart
27
31
docker version -f '{{.Server.Experimental}}'
28
- - uses: actions/checkout@v2
32
- name: Setup NPM environment specfic to SMUI
33
uses: actions/setup-node@v4
34
0 commit comments