Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/npm_and_yarn/src/ClientApp/axios-…
Browse files Browse the repository at this point in the history
…1.7.7
  • Loading branch information
Philippluca authored Sep 19, 2024
2 parents 2f5c4d3 + 1a65926 commit c564c12
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Set environment variables
run: |
Expand All @@ -31,7 +31,7 @@ jobs:
- name: Collect Docker image metadata
id: meta
uses: docker/metadata-action@v3
uses: docker/metadata-action@v5
with:
images: ${{ env.IMAGE_NAME }}
labels: |
Expand All @@ -42,14 +42,14 @@ jobs:
type=semver,pattern=v{{version}}
- name: Log in to the GitHub container registry
uses: docker/login-action@v1
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build and push Docker image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down
6 changes: 3 additions & 3 deletions src/ClientApp/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit c564c12

Please sign in to comment.