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 18bb277 commit cd00abfCopy full SHA for cd00abf
.github/workflows/main.yml
@@ -8,6 +8,9 @@ on:
8
schedule:
9
- cron: "46 2 * * 1"
10
11
+permissions:
12
+ contents: read
13
+
14
env:
15
REGISTRY: "docker.io"
16
DOCKERHUB_ORG: "ohmyzsh"
@@ -65,7 +68,7 @@ jobs:
65
68
echo "tags=$tags" >> $GITHUB_OUTPUT
66
69
- name: Build and push images
67
70
id: push
- uses: docker/build-push-action@v5
71
+ uses: docker/build-push-action@v6
72
with:
73
context: ohmyzsh
74
platforms: linux/amd64,linux/arm64
@@ -146,7 +149,7 @@ jobs:
146
149
147
150
148
151
152
153
154
context: zsh
155
0 commit comments