mirror of
https://github.com/chaifeng/ufw-docker.git
synced 2025-05-11 22:08:30 +02:00
Update build docker image actions, fix username
This commit is contained in:
parent
5908cde296
commit
1a51b59cf8
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -24,7 +24,7 @@ jobs:
|
||||||
id: meta
|
id: meta
|
||||||
uses: docker/metadata-action@v5
|
uses: docker/metadata-action@v5
|
||||||
with:
|
with:
|
||||||
images: ${{ vars.DOCKERHUB_USERNAME }}/ufw-docker-agent
|
images: ${{ github.actor }}/ufw-docker-agent
|
||||||
|
|
||||||
- name: Build and push
|
- name: Build and push
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|
Loading…
Add table
Reference in a new issue