Skip to content

Commit

Permalink
version tag ding
Browse files Browse the repository at this point in the history
Signed-off-by: Brian L. Troutwine <[email protected]>
  • Loading branch information
blt committed Nov 6, 2024
1 parent 68f3b2c commit 90ae933
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,17 +73,17 @@ jobs:

steps:
- name: Log in to Container Registry
uses: docker/[email protected]
uses: docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Set up Docker Buildx
uses: docker/[email protected]
uses: docker/setup-buildx-action@vc47758b77c9736f4b2ef4073d4d51994fabfe349 # v3.7.1

- name: Extract Docker Metadata
uses: docker/[email protected]
uses: docker/metadata-action@8e5442c4ef9f78752691e2d8f8d19755c6f78e81 # v5.5.1
id: meta
with:
tags: |
Expand Down

0 comments on commit 90ae933

Please sign in to comment.