Browse Source

Ensure we push all tags to Docker Hub (#24)

pull/48/head
TJ Keemon 3 years ago
committed by GitHub
parent
commit
f07a233eb3
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/ci.yml

2
.github/workflows/ci.yml

@ -47,4 +47,4 @@ jobs:
- name: Login to Docker Hub - name: Login to Docker Hub
run: echo "${{secrets.DOCKER_TOKEN}}" | docker login -u=lukechilds --password-stdin run: echo "${{secrets.DOCKER_TOKEN}}" | docker login -u=lukechilds --password-stdin
- name: Push to Docker Hub - name: Push to Docker Hub
run: docker push lukechilds/dockerpi run: docker push --all-tags lukechilds/dockerpi

Loading…
Cancel
Save