Skip to content

Commit

Permalink
Simplify repository variable
Browse files Browse the repository at this point in the history
  • Loading branch information
adpe committed May 13, 2024
1 parent 0713bdb commit 4a7f44d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,10 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: ${{ github.actor }}/apus:nightly
tags: ${{ github.repository }}:nightly
- name: Docker Hub Description
uses: peter-evans/dockerhub-description@v4
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
repository: ${{ github.actor }}/apus
repository: ${{ github.repository }}

0 comments on commit 4a7f44d

Please sign in to comment.