Skip to content

Commit

Permalink
Merge pull request #61 from nais/dependabot/github_actions/docker/set…
Browse files Browse the repository at this point in the history
…up-buildx-action-3

build(deps): bump docker/setup-buildx-action from 2 to 3
  • Loading branch information
Muni10 authored Mar 21, 2024
2 parents 1c51fde + 862ab32 commit 7b9cb53
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
token_format: "access_token"
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to registry
uses: docker/login-action@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push-ghcr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
run: echo "version=$(date +'%Y%m%d-%H%M%S')-$(git rev-parse --short HEAD)" >> ${GITHUB_OUTPUT}
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
uses: docker/setup-buildx-action@v3
- name: Login to registry
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 7b9cb53

Please sign in to comment.