We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05bc8ab commit 5ab3244Copy full SHA for 5ab3244
.github/workflows/build.yaml
@@ -6,18 +6,13 @@ on:
6
- "*"
7
8
jobs:
9
- deploy-docker:
+ docker-amd64:
10
runs-on: ubuntu-latest
11
12
steps:
13
- name: Checkout
14
uses: actions/checkout@v3
15
16
- - name: Set up QEMU
17
- uses: docker/setup-qemu-action@v2
18
- with:
19
- platforms: 'amd64'
20
-
21
- name: Set up Docker Buildx
22
uses: docker/setup-buildx-action@v2
23
@@ -26,9 +21,10 @@ jobs:
26
uses: docker/metadata-action@v4
27
with:
28
images: ${{ secrets.DOCKER_IMAGE }}
29
- flavor: latest=true
24
+ flavor: latest=false
30
25
tags: |
31
type=semver,pattern={{version}}
+ type=raw,value=latest
32
33
- name: Login to image repository
34
if: github.ref_type == 'tag'
0 commit comments