Skip to content

Commit

Permalink
Update all
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Apr 3, 2023
1 parent d889ff0 commit 322ae41
Show file tree
Hide file tree
Showing 5 changed files with 5,558 additions and 6,007 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Expand Up @@ -18,20 +18,20 @@ jobs:
echo "::set-output name=tag::$tag"
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
uses: docker/setup-buildx-action@v2

- name: Login to GitHub Container Registry
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR_TOKEN }}

- name: Build and Push Backend Docker Image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: ./portfolio_backend
push: true
Expand All @@ -40,7 +40,7 @@ jobs:
ghcr.io/den4200/portfolio_backend:${{ steps.sha_tag.outputs.tag }}
- name: Build and Push Frontend Docker Image
uses: docker/build-push-action@v2
uses: docker/build-push-action@v4
with:
context: ./portfolio_frontend
push: true
Expand Down

0 comments on commit 322ae41

Please sign in to comment.