Skip to content

Commit

Permalink
fix GitHub actions context
Browse files Browse the repository at this point in the history
  • Loading branch information
LawiK974 authored Mar 9, 2024
1 parent 7ed5ea5 commit de433d8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-docker-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./Containerfile
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: wikle/kube-notify:${{github.ref_name}}
2 changes: 1 addition & 1 deletion .github/workflows/github-actions-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Build and push
uses: docker/build-push-action@v5
with:
context: ./Containerfile
context: .
platforms: linux/amd64,linux/arm64
push: true
tags: wikle/kube-notify:latest

0 comments on commit de433d8

Please sign in to comment.