Skip to content

Commit

Permalink
Update buildah to be compatible with docker daemon
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Aug 12, 2024
1 parent e74bca5 commit 49cddae
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,8 @@ jobs:
./modded-minecraft/Dockerfile
- name: Push image to Docker
run: |
sudo apt-get -y update
sudo apt-get -y update buildah
buildah push minecraft-server docker-daemon:minecraft-server:latest
- name: Build extension
run: mvn install
Expand Down

0 comments on commit 49cddae

Please sign in to comment.