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.
2 parents 36a7897 + 253e23d commit a425d26Copy full SHA for a425d26
.github/workflows/build-project.yml
@@ -32,7 +32,7 @@ jobs:
32
- name: Set up Docker Buildx
33
id: buildx
34
if: ${{ github.event_name == 'pull_request' }}
35
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v3
36
- name: Use Node.js 14.x
37
uses: actions/setup-node@v3
38
with:
.github/workflows/release-project.yml
@@ -31,7 +31,7 @@ jobs:
31
run: echo "##[set-output name=tagname;]$(echo ${GITHUB_REF##*/})"
- name: Login to Docker Hub
uses: docker/login-action@v3
0 commit comments