fix: correct hadolint SHA (was broken with space)
This commit is contained in:
@@ -14,7 +14,7 @@ jobs:
|
|||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
|
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
|
||||||
- name: Hadolint
|
- name: Hadolint
|
||||||
uses: hadolint/hadolint-action@54c9adb ab1582c2ef04b2016b760714a4bfde3cf # v3.3.0
|
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
|
||||||
|
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
@@ -69,8 +69,8 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Tag and push
|
- name: Tag and push
|
||||||
run: |
|
run: |
|
||||||
docker tag ci-image:${{ github.sha }} jcabillot/mysql-client:latest
|
docker tag ci-image:${{ github.sha }} jcabillot/docker-dynhost:latest
|
||||||
docker push jcabillot/mysql-client:latest
|
docker push jcabillot/docker-dynhost:latest
|
||||||
- name: Bump version and push tag
|
- name: Bump version and push tag
|
||||||
if: github.event_name == 'push'
|
if: github.event_name == 'push'
|
||||||
uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1.75.0
|
uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1.75.0
|
||||||
|
|||||||
Reference in New Issue
Block a user