Skip to content

Commit

Permalink
Change action version to a correct value. (#981)
Browse files Browse the repository at this point in the history
Apparently my auto complete wasn't giving me actually version numbers
for the package at hand.
  • Loading branch information
MikeNeilson authored Dec 13, 2024
1 parent 420bebb commit ee909d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ jobs:
token: ${{ secrets.token != null && secrets.token || secrets.GITHUB_TOKEN }}
- name: Log in to the Container registry
id: login-ghcr
uses: docker/login-action@v4.5.0
uses: docker/login-action@v3.3.0
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.token != null && secrets.token || secrets.GITHUB_TOKEN }}
- name: Login to HEC Public Registry
uses: docker/login-action@v4.5.0
uses: docker/login-action@v3.3.0
id: login-hec
with:
registry: ${{ secrets.registry != null && secrets.registry ||secrets.HEC_PUB_REGISTRY }}
Expand Down

0 comments on commit ee909d6

Please sign in to comment.