Skip to content

Commit a28aea8

Browse files
authored
Merge pull request #168 from Templum/develop
🔀 Merging develop into v1
2 parents 8494736 + ce7309d commit a28aea8

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
run: go test -coverprofile=coverage.txt -covermode=atomic -v ./...
6262

6363
- name: Upload coverage to Codecov
64-
uses: codecov/[email protected].2
64+
uses: codecov/[email protected].3
6565
with:
6666
token: ${{ secrets.CODECOV_TOKEN }}
6767
files: coverage.txt

.github/workflows/docker.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ jobs:
1919
uses: docker/metadata-action@v3
2020
with:
2121
images: templum/rabbitmq-connector, ghcr.io/templum/rabbitmq-connector
22-
label-custom: |
22+
labels: |
2323
maintainer=Templum
2424
org.opencontainers.image.title=rabbitmq-connector
2525
org.opencontainers.image.description=An RabbitMQ Connector for OpenFaaS
2626
org.opencontainers.image.vendor=Templum
27-
tag: |
28-
# minimal
29-
type=semver,enable=true,priority=900,pattern={{version}}
27+
tags: |
28+
type=semver,pattern={{version}}
29+
type=ref,event=branch,pattern={{branch}}
3030
3131
- name: Set up QEMU
3232
uses: docker/[email protected]
@@ -59,4 +59,4 @@ jobs:
5959
platforms: linux/386,linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64
6060
push: true
6161
tags: ${{ steps.docker_meta.outputs.tags }}
62-
labels: ${{ steps.docker_meta.outputs.labels }}
62+
labels: ${{ steps.docker_meta.outputs.labels }}

0 commit comments

Comments
 (0)