Skip to content

Commit

Permalink
Update staging pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hmiguim committed Jul 5, 2024
1 parent 921d6b0 commit cf25677
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,10 @@ jobs:
run: |
mkdir -p docker/target
cp -r roda-ui/roda-wui/target/roda-wui-$(mvn help:evaluate -Dexpression=project.version -q -DforceStdout).war docker/target
- name: Login to GitHub Container Registry
uses: docker/login-action@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Login to GitHub container registry
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit cf25677

Please sign in to comment.