We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb5940f commit 4255ea9Copy full SHA for 4255ea9
1 file changed
.github/workflows/docker-image.yml
@@ -23,8 +23,6 @@ jobs:
23
run: mvn -B package --file pom.xml
24
25
26
- - name: Copy artifact
27
- run: copy /home/runner/work/AddressBookSystem/AddressBookSystem/target/*.jar target/app.jar
28
- name: Build the Docker image
29
run: docker build . --file Dockerfile --tag reece-address-book-system:$(date +%s)
30
- name: Login to Docker Hub
0 commit comments