Skip to content

Commit

Permalink
Bump GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
DazWilkin committed Oct 9, 2023
1 parent 0e1247c commit e123be8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,19 +13,19 @@ jobs:
IMAGE: dazwilkin/consul-sd-cloudrun
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: discoverer
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit e123be8

Please sign in to comment.