Skip to content

Commit

Permalink
removed :$(date +%s) from:
Browse files Browse the repository at this point in the history
docker build . --file Dockerfile --tag Moonbeam69/default:$(date +%s)
  • Loading branch information
ericdeback authored and ericdeback committed Apr 9, 2024
1 parent 2dc8fc5 commit 54cf20c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build with Maven
run: mvn clean install -DskipTests
- name: Build Docker image
run: docker build . --file Dockerfile --tag Moonbeam69/default:$(date +%s)
run: docker build . --file Dockerfile --tag Moonbeam69/default
- name: Log in to Docker Hub
uses: docker/login-action@v1
with:
Expand Down

0 comments on commit 54cf20c

Please sign in to comment.