Skip to content

Commit

Permalink
Patch CI workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
tschaffter committed May 7, 2021
1 parent ebdb60b commit 87c332d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,10 +105,10 @@ jobs:
org.opencontainers.image.version=${{ steps.prep.outputs.version }}
org.opencontainers.image.revision=${{ github.sha }}
org.opencontainers.image.licenses=${{ github.event.repository.license.name }}
- name: Docker Hub Description
if: steps.prep.outputs.push == 'true'
uses: peter-evans/dockerhub-description@v2
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_PASSWORD }}
repository: ${{ env.docker_repository }}
# - name: Docker Hub Description
# if: steps.prep.outputs.push == 'true'
# uses: peter-evans/dockerhub-description@v2
# with:
# username: ${{ secrets.DOCKERHUB_USERNAME }}
# password: ${{ secrets.DOCKERHUB_PASSWORD }}
# repository: ${{ env.docker_repository }}
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ The table below describes the image tags available.
|---------------------------------|--------|------------
| `latest` | Yes | Latest stable release.
| `edge` | Yes | Lastest commit made to the default branch.
| `<major>` | Yes | Latest stable release for the getdns major version `<major>`.
| `<major>.<minor>` | Yes | Latest stable release for the getdns version `<major>.<minor>`.
| `<major>.<minor>.<patch>` | Yes | Latest stable release for the getdns version `<major>.<minor>.<patch>`.
| `<major>` | Yes | Latest stable release for RStudio version `<major>`.
| `<major>.<minor>` | Yes | Latest stable release for RStudio version `<major>.<minor>`.
| `<major>.<minor>.<patch>` | Yes | Latest stable release for RStudio version `<major>.<minor>.<patch>`.
| `<major>.<minor>.<patch>-<sha>` | No | Same as above but with the reference to the git commit.

You should avoid using a moving tag like `latest` when deploying containers in
Expand Down

0 comments on commit 87c332d

Please sign in to comment.