Update .gitea/workflows/build.yml
This commit is contained in:
parent
990ad60a05
commit
6faf7458f8
@ -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" .
|
||||
|
Loading…
x
Reference in New Issue
Block a user