Skip to content

Commit

Permalink
Only latest, not version
Browse files Browse the repository at this point in the history
  • Loading branch information
r4ulcl committed Dec 6, 2023
1 parent d12f00f commit 234e911
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
35 changes: 0 additions & 35 deletions .github/workflows/docker-image-test.yml

This file was deleted.

4 changes: 1 addition & 3 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,15 +43,13 @@ jobs:
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}


- name: Login to GitHub Packages
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login -u ${{ github.actor }} docker.pkg.github.com --password-stdin

- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: r4ulcl/wifi_db:${{ steps.meta.outputs.labels }}
name: r4ulcl/wifi_db:latest
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
registry: ghcr.io
tags: ${{ steps.meta.outputs.tags }}

0 comments on commit 234e911

Please sign in to comment.