Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
Merge pull request #781 from derrabauke/chore-update-github-actions
Browse files Browse the repository at this point in the history
ci: update github actions
  • Loading branch information
derrabauke authored Jan 24, 2023
2 parents 32f9c1b + 22d351c commit ff4e220
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 10 deletions.
8 changes: 0 additions & 8 deletions .github/dependabot.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .github/workflows/release-image.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Release Container Image
name: Release ghcr image

on:
push:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:

- name: Build and push
id: docker_build_ghcr
uses: docker/build-push-action@v2
uses: docker/build-push-action@v3
with:
context: .
file: ./Dockerfile
Expand Down

0 comments on commit ff4e220

Please sign in to comment.