Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gmicroul authored Oct 19, 2024
1 parent 42f5d0d commit 8d24810
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ on:
branches: [ "main" ]

jobs:

build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v2
- uses: pguyot/arm-runner-action@v2
- name: Build the Docker image
run: docker build . --file Dockerfile-arm64 --tag my-image-name:$(date +%s)
with:
commands: |
run: docker build . --file Dockerfile-arm64 --tag my-image-name:$(date +%s)

0 comments on commit 8d24810

Please sign in to comment.