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 3f6fdd3 commit 46164a5Copy full SHA for 46164a5
.github/workflows/release-docker-image.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: ubuntu-20.04
12
steps:
13
- name: Login to DockerHub
14
- uses: docker/login-action@v1
+ uses: docker/login-action@v2
15
with:
16
# See https://docs.docker.com/ci-cd/github-actions/#set-up-a-docker-project
17
# for instructions on how to create secrets for Docker Hub.
@@ -21,7 +21,7 @@ jobs:
21
id: get_version
22
run: echo ::set-output name=VERSION::${GITHUB_REF/refs\/tags\//}
23
- name: Build and push the Docker image
24
- uses: docker/build-push-action@v2
+ uses: docker/build-push-action@v4
25
26
push: true
27
tags: opencor/opencor:latest,opencor/opencor:${{ steps.get_version.outputs.VERSION }}
0 commit comments