Skip to content

Commit 5ab3244

Browse files
author
allburov
committed
adjust CI
1 parent 05bc8ab commit 5ab3244

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

.github/workflows/build.yaml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,13 @@ on:
66
- "*"
77

88
jobs:
9-
deploy-docker:
9+
docker-amd64:
1010
runs-on: ubuntu-latest
1111

1212
steps:
1313
- name: Checkout
1414
uses: actions/checkout@v3
1515

16-
- name: Set up QEMU
17-
uses: docker/setup-qemu-action@v2
18-
with:
19-
platforms: 'amd64'
20-
2116
- name: Set up Docker Buildx
2217
uses: docker/setup-buildx-action@v2
2318

@@ -26,9 +21,10 @@ jobs:
2621
uses: docker/metadata-action@v4
2722
with:
2823
images: ${{ secrets.DOCKER_IMAGE }}
29-
flavor: latest=true
24+
flavor: latest=false
3025
tags: |
3126
type=semver,pattern={{version}}
27+
type=raw,value=latest
3228
3329
- name: Login to image repository
3430
if: github.ref_type == 'tag'

0 commit comments

Comments
 (0)