Skip to content

Commit

Permalink
Fix worrkflow
Browse files Browse the repository at this point in the history
  • Loading branch information
do-i-need-a-username committed Oct 2, 2024
1 parent 8c40f29 commit 9cc3f93
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,10 @@ jobs:
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)

- name: Set build cache
run: |
# Never use cache if debug image to force patching.
Expand Down

0 comments on commit 9cc3f93

Please sign in to comment.