Skip to content

Commit 4589fe9

Browse files
committed
(wip)
1 parent dfd8cf4 commit 4589fe9

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/docker-build.yaml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,13 @@ jobs:
4747
contents: read
4848

4949
steps:
50+
- name: test
51+
run: |
52+
echo ${{ toJson(inputs) }}
53+
echo ${{ toJson(github.ref) }}
54+
echo ${{ toJson(github.event.repository.default_branch) }}
55+
exit 1
56+
5057
- name: Check out the repo
5158
uses: actions/checkout@v4
5259

@@ -58,12 +65,6 @@ jobs:
5865
https://github.com/webdevops/go-replace/releases/download/$GOREPLACE_VERSION/go-replace.linux.amd64
5966
chmod +x /usr/local/bin/go-replace
6067
61-
- name: test
62-
run: |
63-
echo ${{ toJson(inputs) }}
64-
echo ${{ toJson(github.ref) }}
65-
exit 1
66-
6768
- name: build Dockerfile
6869
env:
6970
DOCKER_BUILD_VERSION: ${{ inputs.version }}

0 commit comments

Comments
 (0)