Skip to content

Commit

Permalink
Merge branch 'dependabot/go_modules/sigs.k8s.io/kustomize/api-0.6.0' of
Browse files Browse the repository at this point in the history
https://github.com/viaduct-ai/kustomize-sops into dependabot/go_modules/sigs.k8s.io/kustomize/api-0.6.0
  • Loading branch information
devstein committed Aug 31, 2020
2 parents 0b8d0c8 + 94f4a26 commit 3af7199
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 3 deletions.
28 changes: 28 additions & 0 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
name: Build and Push Docker Images

on:
push:
branches:
- master
tags:
- "v**"
env:
CI: true
GO111MODULE: on
GOPROXY: https://proxy.golang.org

jobs:
build_push:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v2

- name: Build and push Docker images
uses: docker/build-push-action@v1
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
repository: viaductoss/ksops
tag_with_ref: true
add_git_labels: true
4 changes: 2 additions & 2 deletions .github/workflows/go.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, macos-latest]
go: [1.13, 1.14]
os: [ubuntu-latest]
go: [1.14]
name: ${{ matrix.os }} @ Go ${{ matrix.go }}
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/viaduct-ai/kustomize-sops

go 1.13
go 1.14

require (
cloud.google.com/go v0.53.0 // indirect
Expand Down

0 comments on commit 3af7199

Please sign in to comment.