Compare commits

...

4 commits

Author SHA1 Message Date
e041877e42
Merge pull request #205 from wneessen/dependabot/github_actions/docker/build-push-action-6.8.0
Bump docker/build-push-action from 6.7.0 to 6.8.0
2024-09-27 21:43:22 +02:00
dependabot[bot]
b3c5339fc8
Bump docker/build-push-action from 6.7.0 to 6.8.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.7.0 to 6.8.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](5cd11c3a4c...32945a3392)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 19:29:17 +00:00
940fee1d37
Merge pull request #204 from wneessen/dependabot/docker/golang-68c07ac
Bump golang from `2fe82a3` to `68c07ac`
2024-09-27 21:23:58 +02:00
dependabot[bot]
37f3cd1cff
Bump golang from 2fe82a3 to 68c07ac
Bumps golang from `2fe82a3` to `68c07ac`.

---
updated-dependencies:
- dependency-name: golang
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-09-27 19:15:26 +00:00
2 changed files with 2 additions and 2 deletions

View file

@ -76,7 +76,7 @@ jobs:
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@988b5a0280414f521da01fcc63a27aeeb4b104db # v3.6.1
- name: Build and push
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # v6.7.0
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960 # v6.8.0
with:
context: .
push: ${{ github.event_name != 'pull_request' }}

View file

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: MIT
FROM golang:latest@sha256:2fe82a3f3e006b4f2a316c6a21f62b66e1330ae211d039bb8d1128e12ed57bf1 AS builder
FROM golang:latest@sha256:68c07ac27294fbdee3130831a4a6af66b9720b3cedd854c07e87e1625d95e848 AS builder
RUN mkdir /builddir
ADD . /builddir/
WORKDIR /builddir