Skip to content

Commit eabd887

Browse files
committed
chore: update github action version
1 parent 072cd46 commit eabd887

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
github-assets-uploader -f authorizer-${VERSION}-windows-amd64.zip -mediatype application/zip -repo authorizerdev/authorizer -token ${{secrets.RELEASE_TOKEN}} -tag ${VERSION} && \
5353
github-assets-uploader -f authorizer-${VERSION}-linux-amd64.tar.gz -mediatype application/gzip -repo authorizerdev/authorizer -token ${{secrets.RELEASE_TOKEN}} -tag ${VERSION}
5454
- name: Log in to Docker Hub
55-
uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9
55+
uses: docker/login-action@v1
5656
with:
5757
username: ${{ secrets.DOCKER_USERNAME }}
5858
password: ${{ secrets.DOCKER_PASSWORD }}
@@ -64,11 +64,11 @@ jobs:
6464
images: lakhansamani/authorizer
6565

6666
- name: Build and push Docker image
67-
uses: docker/build-push-action@ad44023a93711e3deb337508980b4b5e9bcdc5dc
67+
uses: docker/build-push-action@v2
6868
with:
6969
context: .
7070
push: true
7171
tags: ${{ steps.meta.outputs.tags }}
7272
labels: ${{ steps.meta.outputs.labels }}
73-
build-args: |
74-
VERSION=${VERSION}
73+
build-args:
74+
- VERSION=${VERSION}

0 commit comments

Comments
 (0)