Skip to content

Commit

Permalink
Handle artifact update for EO (#3643)
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeReaper authored Oct 17, 2024
1 parent 149f87b commit 6790b7b
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/eo-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ jobs:
run: bun run nx build ${{ env.app-name }}

- name: Upload web app build artifact
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ env.app-name }}
path: ./dist/apps/eo/
Expand All @@ -111,7 +111,7 @@ jobs:
- uses: actions/checkout@v4
- name: Generate version
id: version
uses: Energinet-DataHub/acorn-actions/actions/docker-image-version@v1
uses: Energinet-DataHub/acorn-actions/actions/docker-image-version@v3

build:
runs-on: ubuntu-latest
Expand All @@ -124,7 +124,7 @@ jobs:

- name: Build and push container image
id: docker_build
uses: Energinet-DataHub/acorn-actions/actions/docker-build-and-push@v1
uses: Energinet-DataHub/acorn-actions/actions/docker-build-and-push@v3
with:
dockerfile: build/infrastructure/eo/host/Dockerfile
image-name: eo-frontend-app
Expand All @@ -138,7 +138,7 @@ jobs:
concurrency: commits-base-environment
steps:
- name: Update environment
uses: Energinet-DataHub/acorn-actions/actions/update-base-environment@v1
uses: Energinet-DataHub/acorn-actions/actions/update-base-environment@v3
with:
configuration: build/infrastructure/eo/configuration.yaml
deploy_key: ${{ secrets.DEPLOY_KEY_BASE_ENVIRONMENT }}
Expand Down

0 comments on commit 6790b7b

Please sign in to comment.