Skip to content

Commit

Permalink
Merge branch 'template' into clearer-module-docs
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev authored Sep 18, 2023
2 parents 3a5509b + 7aee88c commit 04c7cc8
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 @@ -103,7 +103,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 @@ -165,7 +165,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' && github.ref == 'refs/heads/live'
with:
registry: ghcr.io
Expand Down

0 comments on commit 04c7cc8

Please sign in to comment.