Skip to content

Commit

Permalink
chore: Build version updates
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGospo committed Sep 18, 2023
1 parent 5579258 commit 8422863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
# Build metadata
- name: Image Metadata
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
id: meta
with:
images: |
Expand Down Expand Up @@ -140,7 +140,7 @@ jobs:
--disable-content-trust
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
if: github.event_name != 'pull_request'
with:
registry: ghcr.io
Expand Down

0 comments on commit 8422863

Please sign in to comment.