Skip to content

Commit 1400c78

Browse files
committed
Change filename to -alpine / upgrade Ubuntu
1 parent 252cee6 commit 1400c78

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/docker-3.2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ env:
1515
jobs:
1616

1717
deploy:
18-
runs-on: ubuntu-22.04
18+
runs-on: ubuntu-24.04
1919

2020
steps:
2121
- name: Source checkout
@@ -52,7 +52,7 @@ jobs:
5252
with:
5353
push: ${{ github.event_name != 'pull_request' }}
5454
context: .
55-
file: Dockerfile.git
55+
file: Dockerfile-alpine
5656
platforms: linux/amd64,linux/386,linux/arm64,linux/arm/v7,linux/arm/v6,linux/ppc64le
5757
build-args: BUILD_VERSION
5858
cache-from: type=gha, scope=${{ github.workflow }}

0 commit comments

Comments
 (0)