Skip to content

Commit 4d1580e

Browse files
authored
Update main.yml
1 parent 2e0f91c commit 4d1580e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
build-image:
1313
name: Build Image
14-
runs-on: ubuntu-latest
14+
runs-on: arm64v8/debian:bullseye
1515
steps:
1616

1717
- name: Login to Docker Hub
@@ -25,4 +25,4 @@ jobs:
2525
with:
2626
file: ./docker/Dockerfile
2727
push: ${{ github.event_name != 'pull_request' }}
28-
tags: asenasenov/photometrypipeline:latest
28+
tags: asenasenov/photometry-arm64:latest

0 commit comments

Comments
 (0)