Skip to content

Commit

Permalink
Update workflows, dev and master
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ulcl committed Dec 12, 2023
1 parent b8fc6de commit f198aff
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 9 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/docker-image-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ jobs:
context: .
platforms: linux/amd64
push: true
registry: ghcr.io
tags: ${{ secrets.DOCKERHUB_USERNAME }}/wifi_db:dev
tags: hcr.io/${{ secrets.DOCKERHUB_USERNAME }}/wifi_db:dev


12 changes: 5 additions & 7 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,12 @@ jobs:
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login -u ${{ github.actor }} docker.pkg.github.com --password-stdin

- name: Build and push github
id: docker_build_github
uses: docker/build-push-action@v2
id: docker_build_ghcr
uses: docker/build-push-action@v5
with:
context: .
file: ./manager/Dockerfile
platforms: linux/amd64
push: true
registry: ghcr.io
#tags: ${{ secrets.DOCKERHUB_USERNAME }}/wifi_db:latest,${{ secrets.DOCKERHUB_USERNAME }}/wifi_db:main
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

tags: ghcr.io/${{ github.actor }}/wifi_db:latest, ghcr.io/${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}

0 comments on commit f198aff

Please sign in to comment.