Merge pull request 'Pin dependencies' (#1) from renovate/pin-dependencies into main
Build webhook-deployer container / Build image (push) Successful in 13s
Details
Build webhook-deployer container / Build image (push) Successful in 13s
Details
Reviewed-on: #1
This commit is contained in:
commit
cfd124d2a4
|
@ -8,16 +8,16 @@ jobs:
|
||||||
build:
|
build:
|
||||||
name: Build image
|
name: Build image
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container: git.namesny.com/cluster/act-runner:v1
|
container: git.namesny.com/cluster/act-runner:v1@sha256:12ecb5835cd38f38bf9fc7589abc3751861bd737c612bb2a6194615810cb4f92
|
||||||
env:
|
env:
|
||||||
IMAGE_NAME: kube-deployer
|
IMAGE_NAME: kube-deployer
|
||||||
REGISTRY: git.namesny.com
|
REGISTRY: git.namesny.com
|
||||||
REPO_OWNER: cluster
|
REPO_OWNER: cluster
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4
|
||||||
- name: Login to Registry
|
- name: Login to Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3
|
||||||
with:
|
with:
|
||||||
registry: git.namesny.com
|
registry: git.namesny.com
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
FROM alpine:3
|
FROM alpine:3@sha256:c5b1261d6d3e43071626931fc004f70149baeba2c8ec672bd4f27761f8e1ad6b
|
||||||
|
|
||||||
ARG SOPS_VERSION
|
ARG SOPS_VERSION
|
||||||
ARG KUSTOMIZE_SOPS_VERSION
|
ARG KUSTOMIZE_SOPS_VERSION
|
||||||
|
|
Loading…
Reference in New Issue