Update .gitea/workflows/build.yml

This commit is contained in:
Max W. 2023-12-07 13:34:30 +00:00
parent 990ad60a05
commit 6faf7458f8

View File

@ -36,7 +36,7 @@ jobs:
$(. /etc/os-release && echo "$VERSION_CODENAME") stable" | \
tee /etc/apt/sources.list.d/docker.list > /dev/null
apt-get update
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin docker-compose-plugin
apt-get install docker-ce docker-ce-cli containerd.io docker-buildx-plugin
- name: Build Docker image
run: docker build -t walzen665/spring-cicd-test:latest --build-arg="JAR_FILE=demo-0.0.1-SNAPSHOT-spring-boot.jar" .