Skip to content

Commit 46164a5

Browse files
committed
Updated some actions.
1 parent 3f6fdd3 commit 46164a5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
steps:
1313
- name: Login to DockerHub
14-
uses: docker/login-action@v1
14+
uses: docker/login-action@v2
1515
with:
1616
# See https://docs.docker.com/ci-cd/github-actions/#set-up-a-docker-project
1717
# for instructions on how to create secrets for Docker Hub.
@@ -21,7 +21,7 @@ jobs:
2121
id: get_version
2222
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
2323
- name: Build and push the Docker image
24-
uses: docker/build-push-action@v2
24+
uses: docker/build-push-action@v4
2525
with:
2626
push: true
2727
tags: opencor/opencor:latest,opencor/opencor:${{ steps.get_version.outputs.VERSION }}

0 commit comments

Comments
 (0)