Skip to content

Commit

Permalink
ci: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallhillCZ committed Feb 11, 2025
1 parent 754771e commit 1ca1de1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy-alpha.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout the updated source code
uses: actions/checkout@v3
uses: actions/checkout@v4

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

- name: Login to container registry
uses: docker/login-action@v2
Expand All @@ -24,7 +24,7 @@ jobs:
password: ${{ secrets.GITHUB_TOKEN }}

- name: Build image and push it to the container registry
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
build-args: NG_CONFIGURATION=production
push: true
Expand Down

0 comments on commit 1ca1de1

Please sign in to comment.