Skip to content

Commit

Permalink
testing: docker ci
Browse files Browse the repository at this point in the history
  • Loading branch information
c-seeger committed Mar 6, 2024
1 parent fa15400 commit 7f40e44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,5 +47,5 @@ jobs:
context: docker/
file: docker/Dockerfile
push: true
tags: 'latest'
tags: ${{ secrets.DOCKER_USERNAME }}/mail2most:latest
labels: ${{ steps.meta.outputs.labels }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Go
name: Test Mail2Most
on: [push]
jobs:
build:
Expand Down

0 comments on commit 7f40e44

Please sign in to comment.