Skip to content

Commit

Permalink
Merge pull request #18 from Poeschl/dependabot/github_actions/gh-acti…
Browse files Browse the repository at this point in the history
…ons-12be77d0f1

Bump the gh-actions group with 5 updates
  • Loading branch information
Poeschl authored Aug 27, 2024
2 parents 9ded756 + d4c5d76 commit 056aff1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/release-latest.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
container: ghcr.io/hadolint/hadolint:latest-alpine
steps:
- name: ↩️ Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: 🔎 Run hadolint
run: hadolint Dockerfile
Expand All @@ -22,27 +22,27 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: ↩️ Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ℹ️ Docker meta
id: docker_meta
uses: docker/metadata-action@v4
uses: docker/metadata-action@v5
with:
images: ghcr.io/poeschl/shoreline
tags: latest

- name: 🏗️ Set up Docker Buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3

- name: 🔑 Docker Login
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: 💿 Build and push
uses: docker/build-push-action@v4
uses: docker/build-push-action@v6
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit 056aff1

Please sign in to comment.