Skip to content

Commit

Permalink
Bumped GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWilkin committed Nov 1, 2023
1 parent e273316 commit b1e0d93
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
name: build

on:
push:
branches:
- master

jobs:
gcp-oidc-token-proxy:
name: gcp-oidc-token-proxy
Expand All @@ -13,19 +11,19 @@ jobs:
REPO: dazwilkin/gcp-oidc-token-proxy
steps:
- name: checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: setup
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GHCR }}
- name: Get kernel version
run: echo "VERSION=$(uname --kernel-release)" >> ${GITHUB_ENV}
- name: build-push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit b1e0d93

Please sign in to comment.