Skip to content

Commit

Permalink
Just call the command
Browse files Browse the repository at this point in the history
  • Loading branch information
Leinnan committed Mar 27, 2024
1 parent e2f63ba commit 56059db
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/client_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,5 @@ jobs:
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build
uses: docker/build-push-action@v5
with:
push: false
tags: beamable/unrealclient:latest
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)

0 comments on commit 56059db

Please sign in to comment.