Skip to content

Commit

Permalink
chore: bump deps
Browse files Browse the repository at this point in the history
Bump workflow deps

Signed-off-by: Noel Georgi <[email protected]>
  • Loading branch information
frezbo committed Jun 21, 2023
1 parent c0ef3fe commit 255c66d
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,18 +32,18 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Set up QEMU
uses: docker/setup-qemu-action@v2.1.0
uses: docker/setup-qemu-action@v2.2.0
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2.5.0
uses: docker/setup-buildx-action@v2.7.0
- name: Login to GHCR
uses: docker/login-action@v2.1.0
uses: docker/login-action@v2.2.0
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Docker meta
id: meta
uses: docker/metadata-action@v4.4.0
uses: docker/metadata-action@v4.6.0
with:
images: ghcr.io/frezbo/${{ matrix.project }}
flavor: |
Expand All @@ -53,7 +53,7 @@ jobs:
labels: |
org.opencontainers.image.version=${{ matrix.version }}
- name: build/push
uses: docker/bake-action@v3.0.1
uses: docker/bake-action@v3.1.0
env:
CONTEXT: ${{ matrix.project }}
DOCKERFILE: Dockerfile
Expand Down

0 comments on commit 255c66d

Please sign in to comment.