We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 55add0c commit e5b9835Copy full SHA for e5b9835
.github/workflows/master.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set TAG
18
run: grep -F . Tagfile && echo TAG=$(cat Tagfile) >>$GITHUB_ENV
19
20
- - uses: docker/setup-buildx-action@v2.9.1
+ - uses: docker/setup-buildx-action@v3.8.0
21
22
- name: Log in to GitHub Container Registry
23
uses: docker/[email protected]
.github/workflows/pr.yml
@@ -124,7 +124,7 @@ jobs:
124
125
- uses: actions/checkout@v3
126
127
128
129
130
0 commit comments