Skip to content

Commit

Permalink
Use native token (#83)
Browse files Browse the repository at this point in the history
* Try using native github token to login and push

* Update alpine base image
  • Loading branch information
Cyb3r-Jak3 authored Jan 1, 2024
1 parent fd3555b commit 88286d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login To GitLab
uses: docker/login-action@v3
Expand Down Expand Up @@ -136,7 +136,7 @@ jobs:
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
password: ${{ secrets.CR_PAT }}
password: ${{ secrets.GITHUB_TOKEN }}

- name: Login To GitLab
uses: docker/login-action@v3
Expand Down
2 changes: 1 addition & 1 deletion alpine.Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM ghcr.io/cyb3r-jak3/alpine-pypy:3.10-7.3.13-3.18
FROM ghcr.io/cyb3r-jak3/alpine-pypy:3.10-7.3.14-3.19

ARG FLASK_VERSION=3.0.0
ARG GUNICORN_VERSION=21.2.0
Expand Down

0 comments on commit 88286d6

Please sign in to comment.