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 b1c00b6 commit 257022cCopy full SHA for 257022c
.github/workflows/cloak.yml
@@ -6,12 +6,16 @@ on:
6
jobs:
7
docker:
8
runs-on: ubuntu-latest
9
+ permissions: {}
10
+
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
14
+ with:
15
+ persist-credentials: false
16
17
- name: Log in to Docker Hub
- uses: docker/login-action@v3
18
+ uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
19
with:
20
username: ${{ secrets.DOCKERHUB_USERNAME }}
21
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -21,7 +25,7 @@ jobs:
25
run: echo "sha8=${GITHUB_SHA::8}" >> $GITHUB_OUTPUT
22
26
23
27
- name: Build and Push Docker image
24
- uses: docker/build-push-action@v6
28
+ uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
29
30
context: .
31
platforms: linux/amd64
0 commit comments