Skip to content

Commit

Permalink
Merge pull request #79 from espressopp/update_ci
Browse files Browse the repository at this point in the history
CI: update GitHub Action
  • Loading branch information
junghans authored Feb 6, 2025
2 parents 55380e2 + 32bf521 commit 2642eb1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
steps:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
with:
# workaround for issue with sudo in docker-in-docker docker/build-push-action#1302
driver: docker
- name: Login to Github Container Registry
uses: docker/login-action@v3
with:
Expand All @@ -40,7 +43,7 @@ jobs:
echo ${{ matrix.config.build_args }} | sed 's/,/\n/g' >> $GITHUB_OUTPUT
echo "EOF" >> $GITHUB_OUTPUT
- name: Build and Push Docker images for Docker
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
tags: espressopp/buildenv:${{ matrix.config.tag }}
file: ${{ matrix.config.dockerfile }}
Expand Down

0 comments on commit 2642eb1

Please sign in to comment.