fix: correct hadolint SHA (was broken with space)
Docker Build and Push / lint (pull_request) Successful in 8s
Docker Build and Push / build (pull_request) Successful in 28s
Docker Build and Push / test (pull_request) Successful in 13s
Docker Build and Push / push (pull_request) Has been skipped

This commit is contained in:
2026-06-12 13:49:03 -04:00
parent b18fb1387e
commit 3f18daeac9
+3 -3
View File
@@ -14,7 +14,7 @@ jobs:
- name: Checkout
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
- name: Hadolint
uses: hadolint/hadolint-action@54c9adb ab1582c2ef04b2016b760714a4bfde3cf # v3.3.0
uses: hadolint/hadolint-action@2332a7b74a6de0dda2e2221d575162eba76ba5e5 # v3.3.0
build:
runs-on: ubuntu-latest
@@ -69,8 +69,8 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Tag and push
run: |
docker tag ci-image:${{ github.sha }} jcabillot/mysql-client:latest
docker push jcabillot/mysql-client:latest
docker tag ci-image:${{ github.sha }} jcabillot/docker-dynhost:latest
docker push jcabillot/docker-dynhost:latest
- name: Bump version and push tag
if: github.event_name == 'push'
uses: anothrNick/github-tag-action@4ed44965e0db8dab2b466a16da04aec3cc312fd8 # v1.75.0